mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
New *_map_enter_position functions. (#141)
Added "get/set_map_enter_position" script functions (#101)
This commit is contained in:
@@ -236,3 +236,6 @@
|
||||
#define spatial_radius(obj) sfall_func1("spatial_radius", obj)
|
||||
#define tile_refresh_display sfall_func0("tile_refresh_display")
|
||||
#define unjam_lock(obj) sfall_func1("unjam_lock", obj)
|
||||
#define get_map_enter_position sfall_func0("get_map_enter_position")
|
||||
#define set_map_enter_position(tile, elev, rot) sfall_func3("set_map_enter_position", tile, elev, rot)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user