LuaDocs/Magazine
From Data Realms Wiki
(Magazine - Automatically generated by LuaBot) |
(→Parent: Attachable) |
||
Line 1: | Line 1: | ||
- | ===Parent: [[Attachable|Attachable]]=== | + | ===Parent: [[LuaDocs/Attachable|Attachable]]=== |
'''Concrete Class.''' | '''Concrete Class.''' | ||
Line 6: | Line 6: | ||
[[LuaDocs/Index|'''Go back to Class Index''']] | [[LuaDocs/Index|'''Go back to Class Index''']] | ||
- | |||
==Properties== | ==Properties== |
Revision as of 17:14, 13 January 2012
Contents |
Parent: Attachable
Concrete Class. An Attachable ammo magazine that can hold rounds that can be fired by HDFirearm:s.
Properties
ClassName
The class name of this Entity.A string with the friendly-formatted type name of this object.
RoundCount
Returns how many rounds are left in this Magazine.The number of rounds left. Negative value means infinite ammo left!
IsEmpty
Read-only property. Returns whether this Magazine is out of rounds.Whether this Magazine is out of rounds or not.
IsFull
Read-only property. Returns whether this Magazine has not used up any rounds yet.Whether this Magazine has not used any rounds yet.
IsOverHalfFull
Read-only property. Returns whether this Magazine has not used up half of the rounds yet.Whether this Magazine has not used half of its rounds yet.
Capacity
Read-only property. Returns teh number of rounds this can hold when it's full.The number of rounds this can hold. Negative value means infinite ammo.
Discardable
Read-only property. Whether this Magazine should be released into the scene when discarded or just deleted.Whether this Magazine should be relesed into scene or deleted when released.