Members of the player structure/test: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Hendricks266 (talk | contribs) No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 25: | Line 25: | ||
*[[shield_amount]] | *[[shield_amount]] | ||
*[[steroids_amount]] | *[[steroids_amount]] | ||
*[[max_shield_amount]] | |||
Cheat Codes | Cheat Codes | ||
*[[cheat_phase]] | *[[cheat_phase]] | ||
Line 100: | Line 101: | ||
*[[zoom]] | *[[zoom]] | ||
Score | Score | ||
*[[actors_killed]] | |||
*[[max_actors_killed]] | *[[max_actors_killed]] | ||
*[[max_secret_rooms]] | *[[max_secret_rooms]] | ||
*[[player_par]] | *[[player_par]] | ||
*[[secret_rooms]] | *[[secret_rooms]] | ||
Line 129: | Line 129: | ||
*[[access_spritenum]] | *[[access_spritenum]] | ||
*[[access_wallnum]] | *[[access_wallnum]] | ||
*[[actorsqu]] | *[[actorsqu]] | ||
*[[airleft]] | *[[airleft]] | ||
Line 145: | Line 144: | ||
*[[last_extra]] | *[[last_extra]] | ||
*[[loogcnt]] | *[[loogcnt]] | ||
*[[max_player_health]] | |||
*[[numloogs]] | *[[numloogs]] | ||
*[[on_crane]] | *[[on_crane]] | ||
Line 169: | Line 169: | ||
[2] Unavailable members. There is no access to them via CON. | [2] Unavailable members. There is no access to them via CON. | ||
[[Category:Structure access]] | |||
[[Category:Player manipulation]] | [[Category:Player manipulation]] | ||
__NOTOC__ |
Latest revision as of 19:07, 3 April 2015
The various members of the player structure affect various aspects of the player, and manipulating their values is a very important aspect of scripting in EDuke32. Values can be retrieved from the game's internal player structures and stored in a gamevar with the getplayer command, and the setplayer command allows you to set any of the player structure member's value to that of a gamevar.
Here is the list of members of the player structure:
Ammo
Inventory
- boot_amount
- firstaid_amount
- got_access
- heat_amount
- heat_on
- holoduke_amount
- holoduke_on
- invdisptime
- inven_icon
- jetpack_amount
- jetpack_on
- refresh_inventory
- scuba_amount
- scuba_on
- shield_amount
- steroids_amount
- max_shield_amount
Cheat Codes
Config
Weapons
- bobcounter
- bobposx
- bobposy
- crack_time
- curr_weapon
- fist_incs
- hbomb_hold_delay
- hbomb_on
- holster_weapon
- kickback_pic
- knee_incs
- knuckle_incs
- last_full_weapon
- last_quick_kick
- last_pissed_time
- last_weapon
- quick_kick
- random_club_frame
- rapid_fire_hold
- reloading
- show_empty_weapon
- subweapon
- wantweaponfire
- weapon_ang
- weapon_pos
- weapon_sway
- weaponswitch
- weaprecs[2]
- weapreccnt
Coordinates
Movements speed
View
- dead_flag
- horiz
- horizoff
- look_ang
- newowner
- opyoff
- over_shoulder_on
- palookup
- pals
- pals_time
- ohoriz
- ohorizoff
- pycount
- pyoff
- return_to_center
- rotscrnang
- visibility
- zoom
Score
Quote
Multiplayer
Deprecated
- exitx[1]
- exity[1]
- lastrandomspot[1]
- loogiex
- loogiey
- name[2]
- palette[2]
- randomflamex[1]
Misc
- access_incs
- access_spritenum
- access_wallnum
- actorsqu
- airleft
- buttonpalette
- customexitsound
- dummyplayersprite
- extra_extra8
- falling_counter
- footprintcount
- footprintpal
- footprintshade
- gm
- hard_landing
- hurt_delay
- last_extra
- loogcnt
- max_player_health
- numloogs
- on_crane
- on_ground
- on_warping_sector
- one_eighty_count
- one_parallax_sectnum
- sbs
- scream_voice
- somethingonplayer
- sound_pitch
- spritebridge
- timebeforeexit
- tipincs
- toggle_key_flag
- transporter_hold
- truefz
- truecz
- wackedbyactor
- walking_snd_toggle
[1] Unused members. The game doesn't use them.
[2] Unavailable members. There is no access to them via CON.