Home
last modified time | relevance | path

Searched refs:set_obstacle (Results 1 – 3 of 3) sorted by relevance

/dports/games/opensonic/opensnc-src-0.1.4/src/entities/
H A Dobject_compiler.c81 static void set_obstacle(objectmachine_t** m, int n, const char **p);
171 { "set_obstacle", set_obstacle },
430 void set_obstacle(objectmachine_t** m, int n, const char **p) in set_obstacle() function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapeinf.h744 void set_obstacle(bool x, bool y) { in set_obstacle() function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc3636 info.set_obstacle(get_toggle("shinfo_obstaclex_check"), in save_shape_notebook()