Refactored CritterInvSizeLimitMode option and fixed some bugs (from Mr.Stalin)

Added party member's current/max inventory size info to the combat control panel.
This commit is contained in:
NovaRain
2018-09-15 09:49:07 +08:00
parent 123f69268d
commit 5da2ec76de
2 changed files with 228 additions and 281 deletions
+2
View File
@@ -47,7 +47,9 @@ WRAP_WATCOM_FUNC0(long, intface_is_item_right_hand)
WRAP_WATCOM_FUNC0(void, intface_toggle_item_state)
WRAP_WATCOM_FUNC0(void, intface_use_item)
WRAP_WATCOM_FUNC0(long, is_pc_sneak_working)
WRAP_WATCOM_FUNC1(long, item_c_curr_size, GameObject*, critter)
WRAP_WATCOM_FUNC1(long, item_caps_total, GameObject*, object)
WRAP_WATCOM_FUNC1(long, item_size, GameObject*, item)
WRAP_WATCOM_FUNC1(long, item_total_cost, GameObject*, object)
WRAP_WATCOM_FUNC1(long, item_w_anim_code, GameObject*, item)
WRAP_WATCOM_FUNC2(long, item_w_anim_weap, GameObject*, item, DWORD, hitMode)
File diff suppressed because it is too large Load Diff