Documentation
¶
Index ¶
- func CyberspaceExtra(objID res.ObjectID, data []byte) *interpreters.Instance
- func ForCyberspace(objID res.ObjectID, data []byte) *interpreters.Instance
- func ForRealWorld(objID res.ObjectID, data []byte) *interpreters.Instance
- func RealWorldExtra(objID res.ObjectID, data []byte) *interpreters.Instance
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CyberspaceExtra ¶
func CyberspaceExtra(objID res.ObjectID, data []byte) *interpreters.Instance
CyberspaceExtra returns an interpreter instance that handles the level object extra data of the specified object - in cybperspace.
func ForCyberspace ¶
func ForCyberspace(objID res.ObjectID, data []byte) *interpreters.Instance
ForCyberspace returns an interpreter instance that handles the level class data of the specified object - in cyberspace.
func ForRealWorld ¶
func ForRealWorld(objID res.ObjectID, data []byte) *interpreters.Instance
ForRealWorld returns an interpreter instance that handles the level class data of the specified object - in real world.
func RealWorldExtra ¶
func RealWorldExtra(objID res.ObjectID, data []byte) *interpreters.Instance
RealWorldExtra returns an interpreter instance that handles the level object extra data of the specified object - in real world.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.