luxe: system/wires.modifier
Connection
Section titled “Connection”import "luxe: system/wires.modifier" for Connectionno docs found
Variables
Section titled “Variables”var from : WireTarget = Objectvar to : WireTarget = Objectimport "luxe: system/wires.modifier" for Datano docs found
Variables
Section titled “Variables”var connections : List = []System
Section titled “System”import "luxe: system/wires.modifier" for Systemno docs found
Variables
Section titled “Variables”var nodes : Map = {}var nodes_from_panel : Map = {}var right_panel : Control = 0var left_panel : Control = 0var world_editor : Any = nullSystem.new(.)
Section titled “System.new(.)”System.new(world : World) : Systemno docs found
System.init(.)
Section titled “System.init(.)”System.init(world : World) : unknownno docs found
System.copy_target(..)
Section titled “System.copy_target(..)”System.copy_target(src : WireTarget, to : WireTarget) : unknownno docs found
System.refresh_entity(.)
Section titled “System.refresh_entity(.)”System.refresh_entity(node : WireNode) : unknownno docs found
System.get_drop_node(..)
Section titled “System.get_drop_node(..)”System.get_drop_node(x : Num, y : Num) : WireNodeno docs found
System.remove_block_connection(..)
Section titled “System.remove_block_connection(..)”System.remove_block_connection(entity : Entity, target : WireTarget) : unknownno docs found
System.find_connection_index(..)
Section titled “System.find_connection_index(..)”System.find_connection_index(entity : Entity, target : WireTarget) : unknownno docs found
System.find_wire_in_list(..)
Section titled “System.find_wire_in_list(..)”System.find_wire_in_list(wires : List, wire_id : Num) : unknownno docs found
System.find_wire(.)
Section titled “System.find_wire(.)”System.find_wire(target : WireTarget) : unknownno docs found
System.make_placeholder_wire(..)
Section titled “System.make_placeholder_wire(..)”System.make_placeholder_wire(entity : Entity, do_doc : Bool) : Connectionno docs found
System.make_node(…)
Section titled “System.make_node(…)”System.make_node(out : Bool, entity : Entity, from : WireTarget, to : WireTarget) : unknownno docs found
System.refresh_wires(…)
Section titled “System.refresh_wires(…)”System.refresh_wires(window : UIPanel, window_w : Num, but : UIButton) : unknownno docs found
System.editor_init(.)
Section titled “System.editor_init(.)”System.editor_init(world : World) : unknownno docs found
System.editor_attach(..)
Section titled “System.editor_attach(..)”System.editor_attach(entity : Entity, wires : Data) : unknownno docs found
WireNode
Section titled “WireNode”import "luxe: system/wires.modifier" for WireNodeno docs found
Variables
Section titled “Variables”var uuid : String = ID.uuidvar panel : UIPanel = nullvar entity : Entity = Entity.nonevar out : Bool = truevar from : WireTarget = nullvar to : WireTarget = nullvar other_uuid : String = nullvar label : UILabel = nullvar change : UILabel = nullvar icon : UIImage = nullvar endpoint : Control = nullvar cable_control : Control = nullvar draw_control : Control = nullvar resolve_node : Fn = nullvar resolve_wire : Fn = nullvar cable : Cable = Cable.newvar style : PathStyle = PathStyle.newvar cable_phase : Num = 0var cable_drag : Bool = falseWireNode.valid_wire
Section titled “WireNode.valid_wire”WireNode.valid_wire : Boolno docs found
WireNode.wire
Section titled “WireNode.wire”WireNode.wire : WireDatano docs found
WireNode.draw_depth
Section titled “WireNode.draw_depth”WireNode.draw_depth : Numno docs found
WireNode.order
Section titled “WireNode.order”WireNode.order : Numno docs found
WireNode.disconnect(.)
Section titled “WireNode.disconnect(.)”WireNode.disconnect() : unknownno docs found
WireNode.new(.)
Section titled “WireNode.new(.)”WireNode.new() : WireNodeno docs found
WireNode.destroy(.)
Section titled “WireNode.destroy(.)”WireNode.destroy() : unknownno docs found
WireNode.highlight(.)
Section titled “WireNode.highlight(.)”WireNode.highlight(state : Bool) : unknownno docs found
WireNode.from_entity
Section titled “WireNode.from_entity”WireNode.from_entity : Entityno docs found
WireNode.to_entity
Section titled “WireNode.to_entity”WireNode.to_entity : Entityno docs found
WireNode.from_node
Section titled “WireNode.from_node”WireNode.from_node : WireNodeno docs found
WireNode.to_node
Section titled “WireNode.to_node”WireNode.to_node : WireNodeno docs found
WireNode.make_cable(.)
Section titled “WireNode.make_cable(.)”WireNode.make_cable() : unknownno docs found
WireTarget
Section titled “WireTarget”import "luxe: system/wires.modifier" for WireTargetno docs found
Variables
Section titled “Variables”var wire : Num = 0var link : Link = nullvar context : Asset = nullvar order : Num = 0var split : Bool = falseimport "luxe: system/wires.modifier" for Wiresno docs found