Nuclide
Software Development Kit for id Tech
|
Functions | |
string | weaponType (string weaponDef) |
int | weaponStartAmmo (string weaponDef) |
int | weaponMaxAmmo (string weaponDef) |
bool | weaponIsSemiAuto (string weaponDef) |
string | weaponInventoryType (string weaponDef) |
float | weaponFireTime (string weaponDef) |
int | weaponClipSize (string weaponDef) |
string | weaponClass (string weaponDef) |
bool | isWeaponClipOnly (string weaponDef) |
bool | isWeaponDetonationTimed (string weaponDef) |
NSWeapon | NSWeapon_SortWeaponChain (NSActor targetPlayer) |
bool | NSWeapon_CanSwitch (NSActor pl) |
void | NSWeapon_SelectWeapon (NSWeapon nextWeapon) |
void | NSWeapon_NextWeapon (NSActor pl) |
Select the next item in the list. More... | |
void | NSWeapon_PrevWeapon (NSActor pl) |
Select the previous item in the list. More... | |
void | NSWeapon_LastWeapon (NSActor pl) |
Select the previous item in the list. More... | |
Variables | |
NSWeapon | m_nextWeapon |
NSWeapon | m_prevWeapon |
bool NSWeapon_CanSwitch | ( | NSActor | pl | ) |
NSWeapon m_nextWeapon |
NSWeapon m_prevWeapon |