Code edits to Graphics.cpp according to 4.x changes

Minor edits to MetaruleExtender.cpp and notes.txt.
This commit is contained in:
NovaRain
2020-10-11 01:09:31 +08:00
parent 31fbddb612
commit b1f847afbc
5 changed files with 31 additions and 36 deletions
+1 -1
View File
@@ -685,7 +685,7 @@ optional arguments:
- width (optional): the maximum width of the text. The text will be wrapped to fit within the specified width
> mixed sfall_func0("combat_data")
- returns a pointer to the C_ATTACK_* data for the current combat attack turn (see defined constants in define_extra.h)
- returns a pointer to the C_ATTACK_* data for the current combat attack process (see defined constants in define_extra.h)
- can be used in conjunction with the get_object_data and set_object_data functions
example: sfall_func3("set_object_data", sfall_func0("combat_data"), C_ATTACK_UNUSED, 255);