BlockActor
classWorld actor representing a placed block
Fields
| Name | Type | Description |
|---|---|---|
| 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)
- Actor:add_actor_component(component_class, component_name) Create, register and attach a component of the given class
- Actor:set_field_object(field_name, object) Assign an object into a UObject property of the actor by name
Inherited from Object (4)
- name Object name
- Object.find(name) Find an already loaded object by name
- Object:get_class() Class of this object
- Object.get_class() Return Object class object