Updated Lua General Functions (markdown)

Alex 2013-07-04 15:05:10 -07:00
parent 857ea79dc7
commit 2e7942ab40

@ -142,7 +142,7 @@ String get_zone_short_name();
Integer get_zone_instance_id();
Integer get_zone_instance_version();
Integer get_zone_weather();
HashTable get_zone_time();
HashTable get_zone_time(); -- three fields in the table returned: zone_hour, zone_minute, zone_time
Void add_area(Integer id, Integer type, Real min_x, Real max_x, Real min_y, Real max_y, Real min_z, Real max_z);
Void remove_area(Integer id);
Void clear_areas();
@ -175,4 +175,4 @@ SpawnPointOptions is a lua table that accepts the following values:
Integer animation;
}
```
The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail.
The values for spawn2_id, spawngroup_id, x, y, z, heading, respawn and variance are not optional and must be included when passed to add_spawn_point or the addition will fail.