BlockActor

BlockActor

class

World actor representing a placed block

Fields

NameTypeDescription
logic BlockLogic Block logic this actor represents
hull_material Material Material applied to the block hull

Functions

BlockActor.cast(object)

Trying to cast Object into BlockActor

object Object Object to cast

returns BlockActor

Inherited from Actor (2)
Inherited from Object (4)

Subclasses