GetWeaponOwner
Jump to navigation
Jump to search
Script Example Missing Function GetWeaponOwner needs a script example, help out by writing one. | |
Before submitting check out Editing Guidelines Script Examples. |
This function gets the owner of a custom weapon. Please refer to setWeaponOwner for details.
Syntax
player getWeaponOwner ( weapon theWeapon )
OOP Syntax Help! I don't understand this!
- Method: weapon:getOwner(...)
- Variable: .owner
- Counterpart: setWeaponOwner
Required Arguments
- theWeapon: The weapon to get the owner of.
Returns
Returns the player element of the custom weapon owner, false otherwise.
Example
--TODO
Requirements
This template will be deleted.
See also
- createWeapon
- fireWeapon
- getWeaponAmmo
- getWeaponClipAmmo
- getWeaponFiringRate
- getWeaponFlags
- getWeaponOwner
- getWeaponProperty
- getWeaponState
- getWeaponTarget
- resetWeaponFiringRate
- setWeaponAmmo
- setWeaponClipAmmo
- setWeaponFiringRate
- setWeaponFlags
- setWeaponProperty
- setWeaponState
- setWeaponTarget