luxe: world/modifier
Modifier
Section titled “Modifier”import "luxe: world/modifier" for Modifierno docs found
Modifier.create(..)
Section titled “Modifier.create(..)”Modifier.create(modifier_id : String, entity : Entity) : Noneno docs found
Modifier.destroy(..)
Section titled “Modifier.destroy(..)”Modifier.destroy(modifier_id : String, entity : Entity) : Noneno docs found
Modifier.has(…)
Section titled “Modifier.has(…)”Modifier.has(modifier_id : String, entity : Entity, ignore_removed_flag : Bool) : Boolno docs found
Modifier.has(..)
Section titled “Modifier.has(..)”Modifier.has(modifier_id : String, entity : Entity) : Boolno docs found
Modifier.set_error(…)
Section titled “Modifier.set_error(…)”Modifier.set_error(world : World, modifier_id : String, tag : String, state : Bool) : Noneno docs found
Modifier.has_error(…)
Section titled “Modifier.has_error(…)”Modifier.has_error(world : World, modifier_id : String, tag : String) : Boolno docs found
Modifier.has_error(..)
Section titled “Modifier.has_error(..)”Modifier.has_error(world : World, modifier_id : String) : Boolno docs found
Modifier.get_missing_expected(..)
Section titled “Modifier.get_missing_expected(..)”Modifier.get_missing_expected(modifier_meta : ModifierMeta, entity : Entity) : unknownno docs found
Modifier.has_expected(..)
Section titled “Modifier.has_expected(..)”Modifier.has_expected(modifier_meta : ModifierMeta, entity : Entity) : unknownno docs found
Modifier.set_transient(…)
Section titled “Modifier.set_transient(…)”Modifier.set_transient(entity : Entity, modifier_id : String, state : Bool) : Noneno docs found
Modifier.set_transient(…)
Section titled “Modifier.set_transient(…)”Modifier.set_transient(entity : Entity, modifier_id : String, state : Bool, commit : Bool) : Noneno docs found
Modifier.get_transient(..)
Section titled “Modifier.get_transient(..)”Modifier.get_transient(entity : Entity, modifier_id : String) : Boolno docs found
Modifier.get(..)
Section titled “Modifier.get(..)”Modifier.get(entity : Entity, modifier_id : String) : unknownno docs found
Modifier.get_attached_to(..)
Section titled “Modifier.get_attached_to(..)”Modifier.get_attached_to(world : World, modifier_id : String) : unknownno docs found
Modifier.get_meta(.)
Section titled “Modifier.get_meta(.)”Modifier.get_meta(modifier_id : String) : ModifierMetano docs found
Modifier.connect(…)
Section titled “Modifier.connect(…)”Modifier.connect(world : World, modifier_id : String, wire : Num, fn : Fn) : unknownno docs found
Modifier.send(…)
Section titled “Modifier.send(…)”Modifier.send(modifier_id : String, wire : Num, entity : Entity, data : Any) : unknownno docs found
Modifier.get_attached(.)
Section titled “Modifier.get_attached(.)”Modifier.get_attached(entity : Entity) : SetReturns a set of attached modifier IDs for the given entity
Modifier.get_modifier_id(..)
Section titled “Modifier.get_modifier_id(..)”Modifier.get_modifier_id(world : World, block : Block) : StringReturns a modifier id (or null if not found) for the given data block
ModifierChange
Section titled “ModifierChange”import "luxe: world/modifier" for ModifierChangeno docs found
Variables
Section titled “Variables”var world : World = 0var block : Block = 0var instance : BlockInstance = 0var field_path : String = nullvar field_id : String = nullModifierChange.new(.)
Section titled “ModifierChange.new(.)”ModifierChange.new() : ModifierChangeno docs found
ModifierChange.update(…)
Section titled “ModifierChange.update(…)”ModifierChange.update(in_world : World, in_block : Block, in_instance : BlockInstance, in_field_path : String) : unknownno docs found
ModifierChange.array_count(.)
Section titled “ModifierChange.array_count(.)”ModifierChange.array_count(field : String) : unknownno docs found
ModifierChange.value
Section titled “ModifierChange.value”ModifierChange.value : unknownno docs found
ModifierChange.value_for(.)
Section titled “ModifierChange.value_for(.)”ModifierChange.value_for(field : String) : unknownno docs found
ModifierChange.value_for(..)
Section titled “ModifierChange.value_for(..)”ModifierChange.value_for(field : String, array_index : Num) : unknownno docs found