Inven icon: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
returns the value of the current icon for the inventory. I'm assuming it's in tile order. 0 for none and then 1 upwards | returns the value of the current icon for the inventory. I'm assuming it's in tile order. 0 for none and then 1 upwards: | ||
<pre> | |||
0 = None | |||
1 = Medikit | |||
2 = Steroids | |||
3 = HoloDuke | |||
4 = Jetpack | |||
5 = Heat Goggles | |||
6 = Scuba | |||
7 = boots | |||
</pre> | |||
[[Category:Player structure members]] | [[Category:Player structure members]] |
Revision as of 05:00, 22 May 2007
returns the value of the current icon for the inventory. I'm assuming it's in tile order. 0 for none and then 1 upwards:
0 = None 1 = Medikit 2 = Steroids 3 = HoloDuke 4 = Jetpack 5 = Heat Goggles 6 = Scuba 7 = boots