mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Added get_tile_fid and macros to function notes
Some misc edits to documents.
This commit is contained in:
@@ -607,10 +607,12 @@
|
||||
|
||||
Does not run if the script of the object overrides the description.
|
||||
|
||||
__NOTE:__ Returning a pointer to the new text received from the `get_string_pointer` function is still valid, but the method is DEPRECATED and is left for backward compatibility only.
|
||||
|
||||
```
|
||||
Obj arg0 - the object
|
||||
|
||||
str ret0 - new description text to use
|
||||
String ret0 - the new description text to use
|
||||
```
|
||||
|
||||
- name: UseSkillOn
|
||||
@@ -809,7 +811,7 @@
|
||||
Critter arg0 - the critter doing the check
|
||||
Item arg1 - the weapon being checked
|
||||
int arg2 - attack type (see ATKTYPE_* constants)
|
||||
int arg3 - original result of engine function: 1 - can use, 0 - can't use
|
||||
int arg3 - original result of engine function: 1 - can use, 0 - cannot use
|
||||
|
||||
int ret0 - overrides the result of engine function. Any non-zero value allows using the weapon
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user