We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d54e37 + 6c6f0be commit c9ce0aaCopy full SHA for c9ce0aa
artifacts/scripting/functions.yml
@@ -1908,5 +1908,10 @@
1908
Overrides the name of the script object that was set from `scrname.msg`.
1909
- The changed name will be reset each time the player leaves the map or reloads the game
1910
- Passing an empty string ("") to the `name` argument or omitting it will allow the game to get the name for the object from pro_*.msg files
1911
- - __NOTE:__ this function is intended for use in normal game scripts
+ - __NOTE:__ this function is intended for use in normal game scripts and overrides the name only once for the same object until reset
1912
+ macro: sfall.h
1913
+
1914
+ - name: obj_is_openable
1915
+ detail: bool obj_is_openable(object obj)
1916
+ doc: Returns True if the object is openable (i.e. has an opening/closing animation)
1917
macro: sfall.h
0 commit comments