mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed Auto Doors example script mod
Cosmetic changes to the text descriptions in Perks.ini.
This commit is contained in:
@@ -18,7 +18,7 @@ The read_xxx functions take a memory address as the parameter and can read arbit
|
||||
|
||||
The get/set_pc_base/extra_stat functions are equivalent to calling get/set_critter_base/extra_stat with dude_obj as the critter pointer. None of these stat functions take perks into account, and neither do they do range clamping to make sure the stats are valid. Use the normal get_critter_stat function to get a correctly perk adjusted and range clamped value for a stat.
|
||||
|
||||
The set_stat_max/min functions can be used to set the valid ranges on on stats. Values returned by get_current_stat will be clamped to this range. The set_pc_ function only effect the player, the set_npc_ functions only effect other critters, and the set_ functions effect both.
|
||||
The set_stat_max/min functions can be used to set the valid ranges on stats. Values returned by get_current_stat will be clamped to this range. The set_pc_ function only effect the player, the set_npc_ functions only effect other critters, and the set_ functions effect both.
|
||||
|
||||
The input functions are only available if the user has the input hook turned on in ddraw.ini. Use input_funcs_available to check.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user