LuaDecorativePrototype

Prototype of an optimized decorative.

class LuaDecorativePrototype - sort
name :: string [R] Name of this prototype.
order :: string [R] Order string of this prototype.
localised_name :: LocalisedString [R]
localised_description :: LocalisedString [R]
collision_box :: BoundingBox [R] The bounding box used for collision checking.
collision_mask :: CollisionMask [R] The collision masks this decorative uses
collision_mask_with_flags :: CollisionMaskWithFlags [R]
autoplace_specification :: AutoplaceSpecification [R] Autoplace specification for this decorative prototype.
valid :: boolean [R] Is this object valid?
object_name :: string [R] The class name of this object.
help() → string All methods and properties that this object supports.
name :: string [Read-only]

Name of this prototype.

order :: string [Read-only]

Order string of this prototype.

localised_name :: LocalisedString [Read-only]

localised_description :: LocalisedString [Read-only]

collision_box :: BoundingBox [Read-only]

The bounding box used for collision checking.

collision_mask :: CollisionMask [Read-only]

The collision masks this decorative uses

collision_mask_with_flags :: CollisionMaskWithFlags [Read-only]

autoplace_specification :: AutoplaceSpecification [Read-only]

Autoplace specification for this decorative prototype. nil if none.