Sample Code
0.1 20120518
|
a base class More...
Public Member Functions | |
call (this) | |
say the call of this animal | |
init (this) | |
constructor | |
setKind (this, Kind) | |
set kind of object | |
a base class
Definition at line 39 of file animals.lua.
call | ( | this | ) |
say the call of this animal
Definition at line 52 of file animals.lua.
init | ( | this | ) |
constructor
Definition at line 42 of file animals.lua.
setKind | ( | this | , |
Kind | |||
) |
set kind of object
Definition at line 47 of file animals.lua.