LuaDocs/ThrownDevice
From Data Realms Wiki
(Difference between revisions)
(→Parent: HeldDevice) |
(ThrownDevice - Automatically generated by LuaBot) |
||
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
- | ===Parent: [[ | + | |
+ | ===Parent: [[HeldDevice|HeldDevice]]=== | ||
'''Concrete Class.''' | '''Concrete Class.''' | ||
- | A device that is carried and thrown by Actor | + | A device that is carried and thrown by Actor:s |
- | + | ||
[[LuaDocs/Index|'''Go back to Class Index''']] | [[LuaDocs/Index|'''Go back to Class Index''']] | ||
- | |||
==Properties== | ==Properties== | ||
===ClassName=== | ===ClassName=== | ||
The class name of this Entity.A string with the friendly-formatted type name of this object. | The class name of this Entity.A string with the friendly-formatted type name of this object. | ||
+ | |||
+ | ===MinThrowVel=== | ||
+ | The minimum throw velocity of this when thrown.The minimum throw velocity of this, in m/s. | ||
+ | |||
+ | ===MaxThrowVel=== | ||
+ | The maximum throw velocity of this when thrown.The maximum throw velocity of this, in m/s. | ||
[[LuaDocs/Index|'''Go back to Class Index''']] | [[LuaDocs/Index|'''Go back to Class Index''']] |
Latest revision as of 20:18, 2 April 2015
Contents |
Parent: HeldDevice
Concrete Class. A device that is carried and thrown by Actor:s
Properties
ClassName
The class name of this Entity.A string with the friendly-formatted type name of this object.
MinThrowVel
The minimum throw velocity of this when thrown.The minimum throw velocity of this, in m/s.
MaxThrowVel
The maximum throw velocity of this when thrown.The maximum throw velocity of this, in m/s.