mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Corrected placeholders for obsolete opcodes
Minor edit to documents.
This commit is contained in:
@@ -983,7 +983,7 @@
|
||||
detail: int gdialog_get_barter_mod
|
||||
opcode: 0x824c
|
||||
- name: set_inven_ap_cost
|
||||
detail: void set_inven_ap_cost
|
||||
detail: void set_inven_ap_cost(int cost)
|
||||
opcode: 0x824d
|
||||
- name: game_loaded
|
||||
detail: int game_loaded()
|
||||
|
||||
@@ -325,7 +325,7 @@ _^ - These functions require AllowUnsafeScripting to be enabled in ddraw.ini_
|
||||
|
||||
0x824b - `int tile_under_cursor()`\
|
||||
0x824c - `int gdialog_get_barter_mod()`\
|
||||
0x824d - `void set_inven_ap_cost()`
|
||||
0x824d - `void set_inven_ap_cost(int cost)`
|
||||
|
||||
0x825c - `void reg_anim_combat_check(int enable)`\
|
||||
0x825a - `void reg_anim_destroy(object object)`\
|
||||
|
||||
@@ -325,7 +325,7 @@
|
||||
|
||||
0x824b - int tile_under_cursor()
|
||||
0x824c - int gdialog_get_barter_mod()
|
||||
0x824d - void set_inven_ap_cost()
|
||||
0x824d - void set_inven_ap_cost(int cost)
|
||||
|
||||
0x825c - void reg_anim_combat_check(int enable)
|
||||
0x825a - void reg_anim_destroy(object object)
|
||||
|
||||
Reference in New Issue
Block a user