Revision Difference
GM:LoadGModSave#528072
<function name="LoadGModSave" parent="GM" type="hook">
<ishook>yes</ishook>
<description>Called from gm_load when the game should load a map.</description>
<description><internal></internal>Called from gm_load when the game should load a map.</description>
<realm>Server</realm>
<args>
<arg name="data" type="string"></arg>⤶
<arg name="map" type="string"></arg>⤶
<arg name="timestamp" type="number"></arg>⤶
<arg name="data" type="string">Compressed save data</arg>⤶
<arg name="map" type="string">The name of the map the save was created on</arg>⤶
<arg name="timestamp" type="number">The time the save was created on. Will always be 0.</arg>⤶
</args>
</function>