Module Extension.Server.Creature
Functions
| Creature.new (self, args) | Creates a new creature logic. |
Tables
| Creature | Make your objects move like creatures. |
| Creature.move | Movement speed. |
| Creature.object | Controlled object. |
Functions
- Creature.new (self, args)
-
Creates a new creature logic.
Parameters
- self: Creature class.
- args: Optional arguments.
Return value:
New creature logic.