LuaDocs/ThrownDevice
From Data Realms Wiki
(Difference between revisions)
(ThrownDevice - Automatically generated by LuaBot) |
|||
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
+ | |||
===Parent: [[HeldDevice|HeldDevice]]=== | ===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''']] | ||
- | |||
- | |||
Line 13: | Line 11: | ||
===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.