Difference between revisions of "Simulation Functionality"
From Flowcode Help
Jump to navigationJump to searchLine 11: | Line 11: | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | Property | | colspan="3" align="center" style="background-color:#EAE1EA;" | Property | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetValue|GetValue]] | ||
| style="background-color:#f8e8ff;" | Gets the value of a property as a string | | style="background-color:#f8e8ff;" | Gets the value of a property as a string | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetColor|SetColor]] | ||
| style="background-color:#f8e8ff;" | Sets a components 'color' property as a R,G,B value | | style="background-color:#f8e8ff;" | Sets a components 'color' property as a R,G,B value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetValue|SetValue]] | ||
| style="background-color:#f8e8ff;" | Sets a components property as a string | | style="background-color:#f8e8ff;" | Sets a components property as a string | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.CopyValue|CopyValue]] | ||
| style="background-color:#f8e8ff;" | Copies a property value from one target to another | | style="background-color:#f8e8ff;" | Copies a property value from one target to another | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetChildValues|SetChildValues]] | ||
| style="background-color:#f8e8ff;" | Sets all child components property as a string | | style="background-color:#f8e8ff;" | Sets all child components property as a string | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.CopyChildValues|CopyChildValues]] | ||
| style="background-color:#f8e8ff;" | Copies the values of a properties children from the source to dest | | style="background-color:#f8e8ff;" | Copies the values of a properties children from the source to dest | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetVisible|SetVisible]] | ||
| style="background-color:#f8e8ff;" | Sets whether the property is visible or not | | style="background-color:#f8e8ff;" | Sets whether the property is visible or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetWritable|SetWritable]] | ||
| style="background-color:#f8e8ff;" | Sets whether the property can be edited in the UI or not | | style="background-color:#f8e8ff;" | Sets whether the property can be edited in the UI or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetVisible|GetVisible]] | ||
| style="background-color:#f8e8ff;" | Gets whether the property is visible or not | | style="background-color:#f8e8ff;" | Gets whether the property is visible or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetWritable|GetWritable]] | ||
| style="background-color:#f8e8ff;" | Gets whether the property can be edited in the UI or not | | style="background-color:#f8e8ff;" | Gets whether the property can be edited in the UI or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetFilter|GetFilter]] | ||
| style="background-color:#f8e8ff;" | Gets a components property filter string for lists, files, etc | | style="background-color:#f8e8ff;" | Gets a components property filter string for lists, files, etc | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetFilter|SetFilter]] | ||
| style="background-color:#f8e8ff;" | Sets a components property filter string for lists, files, etc | | style="background-color:#f8e8ff;" | Sets a components property filter string for lists, files, etc | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.CopyFilter|CopyFilter]] | ||
| style="background-color:#f8e8ff;" | Copies a property filter from one target to another | | style="background-color:#f8e8ff;" | Copies a property filter from one target to another | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetListIndex|GetListIndex]] | ||
| style="background-color:#f8e8ff;" | Gets a single lists index value from a property by line number | | style="background-color:#f8e8ff;" | Gets a single lists index value from a property by line number | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetListItem|GetListItem]] | ||
| style="background-color:#f8e8ff;" | Gets a single list entry from a property by named index | | style="background-color:#f8e8ff;" | Gets a single list entry from a property by named index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetListItem|SetListItem]] | ||
| style="background-color:#f8e8ff;" | Sets an existing list entries text for the property by named index | | style="background-color:#f8e8ff;" | Sets an existing list entries text for the property by named index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.AddListItem|AddListItem]] | ||
| style="background-color:#f8e8ff;" | Alters or appends a list entries text for the property by named index | | style="background-color:#f8e8ff;" | Alters or appends a list entries text for the property by named index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetPanel|GetPanel]] | ||
| style="background-color:#f8e8ff;" | Returns the id of the panel hosting the component | | style="background-color:#f8e8ff;" | Returns the id of the panel hosting the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetInteractive|SetInteractive]] | ||
| style="background-color:#f8e8ff;" | Sets whether a component can interact with the mouse | | style="background-color:#f8e8ff;" | Sets whether a component can interact with the mouse | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetInteractive|GetInteractive]] | ||
| style="background-color:#f8e8ff;" | Gets whether a component can interact with the mouse | | style="background-color:#f8e8ff;" | Gets whether a component can interact with the mouse | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetVisible|SetVisible]] | ||
| style="background-color:#f8e8ff;" | Sets whether a component can be seen on the panel | | style="background-color:#f8e8ff;" | Sets whether a component can be seen on the panel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetVisible|GetVisible]] | ||
| style="background-color:#f8e8ff;" | Gets whether a component can be seen on the panel | | style="background-color:#f8e8ff;" | Gets whether a component can be seen on the panel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetSolid|SetSolid]] | ||
| style="background-color:#f8e8ff;" | Sets whether a component is checked in collision detections | | style="background-color:#f8e8ff;" | Sets whether a component is checked in collision detections | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetSolid|GetSolid]] | ||
| style="background-color:#f8e8ff;" | Gets whether a component is checked in collision detections | | style="background-color:#f8e8ff;" | Gets whether a component is checked in collision detections | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.SetCompile|SetCompile]] | ||
| style="background-color:#f8e8ff;" | Sets whether a component is considered for compilation or not | | style="background-color:#f8e8ff;" | Sets whether a component is considered for compilation or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetCompile|GetCompile]] | ||
| style="background-color:#f8e8ff;" | Gets whether a component will be compiled or not | | style="background-color:#f8e8ff;" | Gets whether a component will be compiled or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetInstance|GetInstance]] | ||
| style="background-color:#f8e8ff;" | Gets the type-instance of the component, >= 1 is valid | | style="background-color:#f8e8ff;" | Gets the type-instance of the component, >= 1 is valid | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.FindChild|FindChild]] | ||
| style="background-color:#f8e8ff;" | Finds a named object that is part of the component | | style="background-color:#f8e8ff;" | Finds a named object that is part of the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetRoot|GetRoot]] | ||
| style="background-color:#f8e8ff;" | Gets the root component handle | | style="background-color:#f8e8ff;" | Gets the root component handle | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetTopParent|GetTopParent]] | ||
| style="background-color:#f8e8ff;" | Gets the top-level owner of the component | | style="background-color:#f8e8ff;" | Gets the top-level owner of the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetParent|GetParent]] | ||
| style="background-color:#f8e8ff;" | Gets the owner of the component | | style="background-color:#f8e8ff;" | Gets the owner of the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetNext|GetNext]] | ||
| style="background-color:#f8e8ff;" | Gets the next (younger) sibling of the components handle | | style="background-color:#f8e8ff;" | Gets the next (younger) sibling of the components handle | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetLast|GetLast]] | ||
| style="background-color:#f8e8ff;" | Gets the previous (elder) sibling of the components handle | | style="background-color:#f8e8ff;" | Gets the previous (elder) sibling of the components handle | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetChildHead|GetChildHead]] | ||
| style="background-color:#f8e8ff;" | Gets the first (eldest) child of the component | | style="background-color:#f8e8ff;" | Gets the first (eldest) child of the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetChildTail|GetChildTail]] | ||
| style="background-color:#f8e8ff;" | Gets the last (youngest) child of the component | | style="background-color:#f8e8ff;" | Gets the last (youngest) child of the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.GetOriginal|GetOriginal]] | ||
| style="background-color:#f8e8ff;" | Gets the original definition of the component, returns Current if no original copy | | style="background-color:#f8e8ff;" | Gets the original definition of the component, returns Current if no original copy | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.Clone|Clone]] | ||
| style="background-color:#f8e8ff;" | Clones an existing object to another position on the panel | | style="background-color:#f8e8ff;" | Clones an existing object to another position on the panel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Component.Property.Delete|Delete]] | ||
| style="background-color:#f8e8ff;" | Deletes an existing object, removing it from the panel | | style="background-color:#f8e8ff;" | Deletes an existing object, removing it from the panel | ||
|- | |- | ||
Line 95: | Line 133: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.GetPanelName|GetPanelName]] | ||
| style="background-color:#f8e8ff;" | Returns the name of the panel from the id | | style="background-color:#f8e8ff;" | Returns the name of the panel from the id | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.GetPanelBkColour|GetPanelBkColour]] | ||
| style="background-color:#f8e8ff;" | Returns the main background colour of the panel | | style="background-color:#f8e8ff;" | Returns the main background colour of the panel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Get2dPanelCount|Get2dPanelCount]] | ||
| style="background-color:#f8e8ff;" | Gets the number of 2d panels | | style="background-color:#f8e8ff;" | Gets the number of 2d panels | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Create2dPanel|Create2dPanel]] | ||
| style="background-color:#f8e8ff;" | Creates a new 2d panel | | style="background-color:#f8e8ff;" | Creates a new 2d panel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.AddNewComponent|AddNewComponent]] | ||
| style="background-color:#f8e8ff;" | Adds a new component to a panel | | style="background-color:#f8e8ff;" | Adds a new component to a panel | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | Position | | colspan="3" align="center" style="background-color:#EAE1EA;" | Position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetWorldPosition|GetWorldPosition]] | ||
| style="background-color:#f8e8ff;" | Returns the positions coordinates in (X,Y,Z) array | | style="background-color:#f8e8ff;" | Returns the positions coordinates in (X,Y,Z) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetWorldSize|GetWorldSize]] | ||
| style="background-color:#f8e8ff;" | Returns the component size in (X,Y,Z) array | | style="background-color:#f8e8ff;" | Returns the component size in (X,Y,Z) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetWorldPosition|SetWorldPosition]] | ||
| style="background-color:#f8e8ff;" | Moves the object to the given coordinates in World coordinates | | style="background-color:#f8e8ff;" | Moves the object to the given coordinates in World coordinates | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetWorldSize|SetWorldSize]] | ||
| style="background-color:#f8e8ff;" | Sets the objects size to a value | | style="background-color:#f8e8ff;" | Sets the objects size to a value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Get|Get]] | ||
| style="background-color:#f8e8ff;" | Gets a handle to an object representing the components current position | | style="background-color:#f8e8ff;" | Gets a handle to an object representing the components current position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetOrigin|GetOrigin]] | ||
| style="background-color:#f8e8ff;" | Gets a handle to an empty position | | style="background-color:#f8e8ff;" | Gets a handle to an empty position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Set|Set]] | ||
| style="background-color:#f8e8ff;" | Sets an objects position based on a component or pre-defined position | | style="background-color:#f8e8ff;" | Sets an objects position based on a component or pre-defined position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetCoords|SetCoords]] | ||
| style="background-color:#f8e8ff;" | Sets an objects coordinates based on a position | | style="background-color:#f8e8ff;" | Sets an objects coordinates based on a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetScale|SetScale]] | ||
| style="background-color:#f8e8ff;" | Sets an objects scale based on a position | | style="background-color:#f8e8ff;" | Sets an objects scale based on a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetRotation|SetRotation]] | ||
| style="background-color:#f8e8ff;" | Sets an objects orientation based on a position | | style="background-color:#f8e8ff;" | Sets an objects orientation based on a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetBox|GetBox]] | ||
| style="background-color:#f8e8ff;" | Gets a handle to an object representing the components bounding box position | | style="background-color:#f8e8ff;" | Gets a handle to an object representing the components bounding box position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetLineNodes|GetLineNodes]] | ||
| style="background-color:#f8e8ff;" | Returns the position of a line's nodes as a comma-separated list | | style="background-color:#f8e8ff;" | Returns the position of a line's nodes as a comma-separated list | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.SetLineNodes|SetLineNodes]] | ||
| style="background-color:#f8e8ff;" | Sets the nodes of a line | | style="background-color:#f8e8ff;" | Sets the nodes of a line | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Morph|Morph]] | ||
| style="background-color:#f8e8ff;" | Blends positions from two sources to a destination | | style="background-color:#f8e8ff;" | Blends positions from two sources to a destination | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Animate|Animate]] | ||
| style="background-color:#f8e8ff;" | Blends positions from two sources to a destination over time | | style="background-color:#f8e8ff;" | Blends positions from two sources to a destination over time | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.StopAnimate|StopAnimate]] | ||
| style="background-color:#f8e8ff;" | Stops all animations started by this component | | style="background-color:#f8e8ff;" | Stops all animations started by this component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.MoveAlong|MoveAlong]] | ||
| style="background-color:#f8e8ff;" | Moves the object by the given offset relative to its parent along an axis | | style="background-color:#f8e8ff;" | Moves the object by the given offset relative to its parent along an axis | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.MoveBy|MoveBy]] | ||
| style="background-color:#f8e8ff;" | Moves the object by the given offset relative to its parent | | style="background-color:#f8e8ff;" | Moves the object by the given offset relative to its parent | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.MoveTo|MoveTo]] | ||
| style="background-color:#f8e8ff;" | Moves the object to the given coordinates relative to its parent | | style="background-color:#f8e8ff;" | Moves the object to the given coordinates relative to its parent | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.ScaleTo|ScaleTo]] | ||
| style="background-color:#f8e8ff;" | Sets the objects scale to a value | | style="background-color:#f8e8ff;" | Sets the objects scale to a value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.ScaleUp|ScaleUp]] | ||
| style="background-color:#f8e8ff;" | Multiplies the objects scale by a value | | style="background-color:#f8e8ff;" | Multiplies the objects scale by a value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.ScaleDown|ScaleDown]] | ||
| style="background-color:#f8e8ff;" | Divides the objects scale by a value | | style="background-color:#f8e8ff;" | Divides the objects scale by a value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.RotateTo|RotateTo]] | ||
| style="background-color:#f8e8ff;" | Rotates the object to the given rotation | | style="background-color:#f8e8ff;" | Rotates the object to the given rotation | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.RotateAlong|RotateAlong]] | ||
| style="background-color:#f8e8ff;" | Rotates the object by the given rotation along an axis | | style="background-color:#f8e8ff;" | Rotates the object by the given rotation along an axis | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.RotateX|RotateX]] | ||
| style="background-color:#f8e8ff;" | Rotates the object around the X axis | | style="background-color:#f8e8ff;" | Rotates the object around the X axis | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.RotateY|RotateY]] | ||
| style="background-color:#f8e8ff;" | Rotates the object around the Y axis | | style="background-color:#f8e8ff;" | Rotates the object around the Y axis | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.RotateZ|RotateZ]] | ||
| style="background-color:#f8e8ff;" | Rotates the object around the Z axis | | style="background-color:#f8e8ff;" | Rotates the object around the Z axis | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetCoords|GetCoords]] | ||
| style="background-color:#f8e8ff;" | Returns the positions coordinates in (X,Y,Z) array | | style="background-color:#f8e8ff;" | Returns the positions coordinates in (X,Y,Z) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetScale|GetScale]] | ||
| style="background-color:#f8e8ff;" | Returns the positions scale in (X,Y,Z) array | | style="background-color:#f8e8ff;" | Returns the positions scale in (X,Y,Z) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetQuat|GetQuat]] | ||
| style="background-color:#f8e8ff;" | Returns the positions quaternion in (X,Y,Z,W) array | | style="background-color:#f8e8ff;" | Returns the positions quaternion in (X,Y,Z,W) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.GetEuler|GetEuler]] | ||
| style="background-color:#f8e8ff;" | Returns the positions euler angles in (P,Y,R) array | | style="background-color:#f8e8ff;" | Returns the positions euler angles in (P,Y,R) array | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Math|Math]] | ||
| style="background-color:#f8e8ff;" | Coordinate maths functions | | style="background-color:#f8e8ff;" | Coordinate maths functions | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Panel2D|Panel2D]] | ||
| style="background-color:#f8e8ff;" | 2D Panel functions | | style="background-color:#f8e8ff;" | 2D Panel functions | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Position.Camera|Camera]] | ||
| style="background-color:#f8e8ff;" | Camera positioning for 3D panel | | style="background-color:#f8e8ff;" | Camera positioning for 3D panel | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | PCloud | | colspan="3" align="center" style="background-color:#EAE1EA;" | PCloud | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates a new point cloud tied to a position handle | | style="background-color:#f8e8ff;" | Creates a new point cloud tied to a position handle | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetVisible|SetVisible]] | ||
| style="background-color:#f8e8ff;" | Sets whether the point cloud is displayed or not | | style="background-color:#f8e8ff;" | Sets whether the point cloud is displayed or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetPos|SetPos]] | ||
| style="background-color:#f8e8ff;" | Sets the position for the point cloud to be located at | | style="background-color:#f8e8ff;" | Sets the position for the point cloud to be located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.GetPos|GetPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position the point cloud is located at | | style="background-color:#f8e8ff;" | Gets the position the point cloud is located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetPoints|SetPoints]] | ||
| style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists | | style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetPointsEx|SetPointsEx]] | ||
| style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists | | style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetGrid|SetGrid]] | ||
| style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a height-map grid | | style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a height-map grid | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetGridEx|SetGridEx]] | ||
| style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a height-map grid | | style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a height-map grid | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetGridFlat|SetGridFlat]] | ||
| style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a flat height-map grid | | style="background-color:#f8e8ff;" | Sets the X,Y,Z point lists in a flat height-map grid | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetGridPoint|SetGridPoint]] | ||
| style="background-color:#f8e8ff;" | Given an XY on the grid, sets the vertex value at that point | | style="background-color:#f8e8ff;" | Given an XY on the grid, sets the vertex value at that point | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.UnitScale|UnitScale]] | ||
| style="background-color:#f8e8ff;" | Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two | | style="background-color:#f8e8ff;" | Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetColor|SetColor]] | ||
| style="background-color:#f8e8ff;" | Sets the RGB colour of the entire cloud | | style="background-color:#f8e8ff;" | Sets the RGB colour of the entire cloud | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetColors|SetColors]] | ||
| style="background-color:#f8e8ff;" | Sets the RGB colour of the individual points in the cloud | | style="background-color:#f8e8ff;" | Sets the RGB colour of the individual points in the cloud | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetGridColor|SetGridColor]] | ||
| style="background-color:#f8e8ff;" | Given an XY on the grid, sets the vertex colour at that point | | style="background-color:#f8e8ff;" | Given an XY on the grid, sets the vertex colour at that point | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetMode|SetMode]] | ||
| style="background-color:#f8e8ff;" | Sets the rendering mode of the point cloud | | style="background-color:#f8e8ff;" | Sets the rendering mode of the point cloud | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.SetPointLight|SetPointLight]] | ||
| style="background-color:#f8e8ff;" | Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0) | | style="background-color:#f8e8ff;" | Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0) | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.PCloud.Update|Update]] | ||
| style="background-color:#f8e8ff;" | Manually refresh the screen the point cloud exists on | | style="background-color:#f8e8ff;" | Manually refresh the screen the point cloud exists on | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | LinkBar | | colspan="3" align="center" style="background-color:#EAE1EA;" | LinkBar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates a new bar linking a pair of position handles | | style="background-color:#f8e8ff;" | Creates a new bar linking a pair of position handles | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetVisible|SetVisible]] | ||
| style="background-color:#f8e8ff;" | Sets whether the link is displayed or not | | style="background-color:#f8e8ff;" | Sets whether the link is displayed or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetStartPos|SetStartPos]] | ||
| style="background-color:#f8e8ff;" | Sets the position for the start point of the bar | | style="background-color:#f8e8ff;" | Sets the position for the start point of the bar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetEndPos|SetEndPos]] | ||
| style="background-color:#f8e8ff;" | Sets the position for the end point of the bar | | style="background-color:#f8e8ff;" | Sets the position for the end point of the bar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetStartAdjustment|SetStartAdjustment]] | ||
| style="background-color:#f8e8ff;" | Sets the clipping adjustments for the beginning of the link | | style="background-color:#f8e8ff;" | Sets the clipping adjustments for the beginning of the link | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetEndAdjustment|SetEndAdjustment]] | ||
| style="background-color:#f8e8ff;" | Sets the clipping adjustments for the end of the link | | style="background-color:#f8e8ff;" | Sets the clipping adjustments for the end of the link | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetStartGfx|SetStartGfx]] | ||
| style="background-color:#f8e8ff;" | Sets the graphic for the start point of the bar | | style="background-color:#f8e8ff;" | Sets the graphic for the start point of the bar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetBarGfx|SetBarGfx]] | ||
| style="background-color:#f8e8ff;" | Sets the graphic for the main line of the bar | | style="background-color:#f8e8ff;" | Sets the graphic for the main line of the bar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.SetEndGfx|SetEndGfx]] | ||
| style="background-color:#f8e8ff;" | Sets the graphic for the end point of the bar | | style="background-color:#f8e8ff;" | Sets the graphic for the end point of the bar | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.GetStartPos|GetStartPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position the bars start point is located at | | style="background-color:#f8e8ff;" | Gets the position the bars start point is located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.GetBarPos|GetBarPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position the bar is located at | | style="background-color:#f8e8ff;" | Gets the position the bar is located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.GetEndPos|GetEndPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position the bars end point is located at | | style="background-color:#f8e8ff;" | Gets the position the bars end point is located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.Update|Update]] | ||
| style="background-color:#f8e8ff;" | Manually refresh the screen the bar exists on | | style="background-color:#f8e8ff;" | Manually refresh the screen the bar exists on | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.LinkBar.EnableAuto|EnableAuto]] | ||
| style="background-color:#f8e8ff;" | Sets whether Flowcode should automatically draw links for component object property types | | style="background-color:#f8e8ff;" | Sets whether Flowcode should automatically draw links for component object property types | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | TextLabel | | colspan="3" align="center" style="background-color:#EAE1EA;" | TextLabel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates a new text label that always faces the camera | | style="background-color:#f8e8ff;" | Creates a new text label that always faces the camera | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetVisible|SetVisible]] | ||
| style="background-color:#f8e8ff;" | Sets whether the label is displayed or not | | style="background-color:#f8e8ff;" | Sets whether the label is displayed or not | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetPos|SetPos]] | ||
| style="background-color:#f8e8ff;" | Sets the position for the point to draw the text at | | style="background-color:#f8e8ff;" | Sets the position for the point to draw the text at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetOffset|SetOffset]] | ||
| style="background-color:#f8e8ff;" | Sets the offset from the SetPos() position for the label | | style="background-color:#f8e8ff;" | Sets the offset from the SetPos() position for the label | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetText|SetText]] | ||
| style="background-color:#f8e8ff;" | Sets the text for the label | | style="background-color:#f8e8ff;" | Sets the text for the label | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetScale|SetScale]] | ||
| style="background-color:#f8e8ff;" | Sets the multipliers for the width and height of the label | | style="background-color:#f8e8ff;" | Sets the multipliers for the width and height of the label | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetColors|SetColors]] | ||
| style="background-color:#f8e8ff;" | Sets the foreground and background colours for the label | | style="background-color:#f8e8ff;" | Sets the foreground and background colours for the label | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.SetViewMode|SetViewMode]] | ||
| style="background-color:#f8e8ff;" | Sets whether to draw at a fixed size or to scale based on distance from the camera | | style="background-color:#f8e8ff;" | Sets whether to draw at a fixed size or to scale based on distance from the camera | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.GetPos|GetPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position the label is located at | | style="background-color:#f8e8ff;" | Gets the position the label is located at | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.TextLabel.Update|Update]] | ||
| style="background-color:#f8e8ff;" | Manually refresh the screen the label exists on | | style="background-color:#f8e8ff;" | Manually refresh the screen the label exists on | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | Collision | | colspan="3" align="center" style="background-color:#EAE1EA;" | Collision | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.TestTable|TestTable]] | ||
| style="background-color:#f8e8ff;" | Tests whether an object collides with the table top, returns Z distance to move to rest on the table | | style="background-color:#f8e8ff;" | Tests whether an object collides with the table top, returns Z distance to move to rest on the table | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.TestSingle|TestSingle]] | ||
| style="background-color:#f8e8ff;" | Tests whether an object collides with a position | | style="background-color:#f8e8ff;" | Tests whether an object collides with a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.GetSingleAxis|GetSingleAxis]] | ||
| style="background-color:#f8e8ff;" | Tests whether an object collides with a position | | style="background-color:#f8e8ff;" | Tests whether an object collides with a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.GetSinglePos|GetSinglePos]] | ||
| style="background-color:#f8e8ff;" | Returns the position to move Pos to so it does not collide with Test - null if no collide | | style="background-color:#f8e8ff;" | Returns the position to move Pos to so it does not collide with Test - null if no collide | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.GetMultiAxis|GetMultiAxis]] | ||
| style="background-color:#f8e8ff;" | Tests whether an object collides with a position | | style="background-color:#f8e8ff;" | Tests whether an object collides with a position | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Collision.GetMultiPos|GetMultiPos]] | ||
| style="background-color:#f8e8ff;" | Returns the position to move Pos to so it does not collide with any other object - null if no collide | | style="background-color:#f8e8ff;" | Returns the position to move Pos to so it does not collide with any other object - null if no collide | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | Graphics | | colspan="3" align="center" style="background-color:#EAE1EA;" | Graphics | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.Redraw|Redraw]] | ||
| style="background-color:#f8e8ff;" | Sends a redraw request to the given component | | style="background-color:#f8e8ff;" | Sends a redraw request to the given component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.SetColor|SetColor]] | ||
| style="background-color:#f8e8ff;" | Sets the draw colour for and subsequent graphics objects | | style="background-color:#f8e8ff;" | Sets the draw colour for and subsequent graphics objects | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.SetColorRGB|SetColorRGB]] | ||
| style="background-color:#f8e8ff;" | Sets the draw colour for and subsequent graphics objects | | style="background-color:#f8e8ff;" | Sets the draw colour for and subsequent graphics objects | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.SetTextFont|SetTextFont]] | ||
| style="background-color:#f8e8ff;" | Sets the text font for subsequent text objects | | style="background-color:#f8e8ff;" | Sets the text font for subsequent text objects | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.SetTextScale|SetTextScale]] | ||
| style="background-color:#f8e8ff;" | Sets the text scale for subsequent text objects | | style="background-color:#f8e8ff;" | Sets the text scale for subsequent text objects | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.SetLineThickness|SetLineThickness]] | ||
| style="background-color:#f8e8ff;" | Sets the thinkness when drawing lines and points | | style="background-color:#f8e8ff;" | Sets the thinkness when drawing lines and points | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawCreate|DrawCreate]] | ||
| style="background-color:#f8e8ff;" | Creates a drawing area on a shape | | style="background-color:#f8e8ff;" | Creates a drawing area on a shape | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawBegin|DrawBegin]] | ||
| style="background-color:#f8e8ff;" | Begins drawing on a given shape | | style="background-color:#f8e8ff;" | Begins drawing on a given shape | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawEnd|DrawEnd]] | ||
| style="background-color:#f8e8ff;" | Ends drawing started with DrawBegin() | | style="background-color:#f8e8ff;" | Ends drawing started with DrawBegin() | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawDelete|DrawDelete]] | ||
| style="background-color:#f8e8ff;" | Deletes a drawing area for a shape | | style="background-color:#f8e8ff;" | Deletes a drawing area for a shape | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawText|DrawText]] | ||
| style="background-color:#f8e8ff;" | Draws a line of text texture | | style="background-color:#f8e8ff;" | Draws a line of text texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawPoint|DrawPoint]] | ||
| style="background-color:#f8e8ff;" | Draws a point on a texture | | style="background-color:#f8e8ff;" | Draws a point on a texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawLine|DrawLine]] | ||
| style="background-color:#f8e8ff;" | Draws a line on a texture | | style="background-color:#f8e8ff;" | Draws a line on a texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawLineA|DrawLineA]] | ||
| style="background-color:#f8e8ff;" | Draws a smooth line on a texture | | style="background-color:#f8e8ff;" | Draws a smooth line on a texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawRect|DrawRect]] | ||
| style="background-color:#f8e8ff;" | Draws a rectangle on a texture | | style="background-color:#f8e8ff;" | Draws a rectangle on a texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.DrawCircle|DrawCircle]] | ||
| style="background-color:#f8e8ff;" | Draws a circle on a texture | | style="background-color:#f8e8ff;" | Draws a circle on a texture | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.Clear|Clear]] | ||
| style="background-color:#f8e8ff;" | Clear texture to the given component | | style="background-color:#f8e8ff;" | Clear texture to the given component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Panel.Graphics.Shape|Shape]] | ||
| style="background-color:#f8e8ff;" | Routines to change the last drawn shape | | style="background-color:#f8e8ff;" | Routines to change the last drawn shape | ||
|- | |- | ||
Line 323: | Line 465: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.GetButtons|GetButtons]] | ||
| style="background-color:#f8e8ff;" | Gets the button state from the mouse: 4 for left, 1 for right | | style="background-color:#f8e8ff;" | Gets the button state from the mouse: 4 for left, 1 for right | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.GetFocus|GetFocus]] | ||
| style="background-color:#f8e8ff;" | Gets the handle of the component under the mouse | | style="background-color:#f8e8ff;" | Gets the handle of the component under the mouse | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.GetPosition|GetPosition]] | ||
| style="background-color:#f8e8ff;" | Gets the position of the mouse, intersecting with a component or the viewing plane | | style="background-color:#f8e8ff;" | Gets the position of the mouse, intersecting with a component or the viewing plane | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.GetPosition2D|GetPosition2D]] | ||
| style="background-color:#f8e8ff;" | Gets the X/Y position of the mouse in screen coords | | style="background-color:#f8e8ff;" | Gets the X/Y position of the mouse in screen coords | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.GetClickSide|GetClickSide]] | ||
| style="background-color:#f8e8ff;" | Gets the side of the component clicked on, 0 to 5 | | style="background-color:#f8e8ff;" | Gets the side of the component clicked on, 0 to 5 | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.SimClick|SimClick]] | ||
| style="background-color:#f8e8ff;" | Simulates a click on an object | | style="background-color:#f8e8ff;" | Simulates a click on an object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.SimDrag|SimDrag]] | ||
| style="background-color:#f8e8ff;" | Simulates a click-drag on an object | | style="background-color:#f8e8ff;" | Simulates a click-drag on an object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Mouse.SimRelease|SimRelease]] | ||
| style="background-color:#f8e8ff;" | Simulates a click-release on an object | | style="background-color:#f8e8ff;" | Simulates a click-release on an object | ||
|- | |- | ||
Line 347: | Line 497: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Keyboard.KeyDown|KeyDown]] | ||
| style="background-color:#f8e8ff;" | Simulates a key-press on an object | | style="background-color:#f8e8ff;" | Simulates a key-press on an object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Keyboard.KeyUp|KeyUp]] | ||
| style="background-color:#f8e8ff;" | Simulates a key-release on an object | | style="background-color:#f8e8ff;" | Simulates a key-release on an object | ||
|- | |- | ||
Line 359: | Line 511: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API FCD.GetItemValue|GetItemValue]] | ||
| style="background-color:#f8e8ff;" | Gets a paths item value from the FCD document | | style="background-color:#f8e8ff;" | Gets a paths item value from the FCD document | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API FCD.GetItemHandle|GetItemHandle]] | ||
| style="background-color:#f8e8ff;" | Gets a FCD items handle, suitable for traversal with the Tree API | | style="background-color:#f8e8ff;" | Gets a FCD items handle, suitable for traversal with the Tree API | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API FCD.GetPathHandle|GetPathHandle]] | ||
| style="background-color:#f8e8ff;" | Gets a FCD paths handle, suitable for traversal with the Tree API | | style="background-color:#f8e8ff;" | Gets a FCD paths handle, suitable for traversal with the Tree API | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API FCD.SetItemValue|SetItemValue]] | ||
| style="background-color:#f8e8ff;" | Override item value from the FCD document from path | | style="background-color:#f8e8ff;" | Override item value from the FCD document from path | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API FCD.ResetItemValue|ResetItemValue]] | ||
| style="background-color:#f8e8ff;" | Reset paths item value from the FCD document | | style="background-color:#f8e8ff;" | Reset paths item value from the FCD document | ||
|- | |- | ||
Line 377: | Line 534: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.Play|Play]] | ||
| style="background-color:#f8e8ff;" | Plays a formatted file sound, returns true if the sound played OK | | style="background-color:#f8e8ff;" | Plays a formatted file sound, returns true if the sound played OK | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.LoadWav|LoadWav]] | ||
| style="background-color:#f8e8ff;" | Loads a wave file into memory, providing the values needed to play it | | style="background-color:#f8e8ff;" | Loads a wave file into memory, providing the values needed to play it | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates a sound object that data can be played through | | style="background-color:#f8e8ff;" | Creates a sound object that data can be played through | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.SetVolume|SetVolume]] | ||
| style="background-color:#f8e8ff;" | Sets the volume of playbacks for this sound | | style="background-color:#f8e8ff;" | Sets the volume of playbacks for this sound | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.GetVolume|GetVolume]] | ||
| style="background-color:#f8e8ff;" | Gets the volume of playbacks for this sound in the range 0 to 1 | | style="background-color:#f8e8ff;" | Gets the volume of playbacks for this sound in the range 0 to 1 | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.GetBits|GetBits]] | ||
| style="background-color:#f8e8ff;" | Gets the number of bits per sample for the sound | | style="background-color:#f8e8ff;" | Gets the number of bits per sample for the sound | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.GetRate|GetRate]] | ||
| style="background-color:#f8e8ff;" | Gets the current sample rate for the sound | | style="background-color:#f8e8ff;" | Gets the current sample rate for the sound | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.SetRate|SetRate]] | ||
| style="background-color:#f8e8ff;" | Sets the current sample rate for the sound - this will stop the playing sound | | style="background-color:#f8e8ff;" | Sets the current sample rate for the sound - this will stop the playing sound | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.Queue|Queue]] | ||
| style="background-color:#f8e8ff;" | Queues a sound for playing | | style="background-color:#f8e8ff;" | Queues a sound for playing | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.QueueEx|QueueEx]] | ||
| style="background-color:#f8e8ff;" | Queues a sound for playing, with the format provided | | style="background-color:#f8e8ff;" | Queues a sound for playing, with the format provided | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.Flush|Flush]] | ||
| style="background-color:#f8e8ff;" | Stops all playing and queued sounds | | style="background-color:#f8e8ff;" | Stops all playing and queued sounds | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Sound.GetPending|GetPending]] | ||
| style="background-color:#f8e8ff;" | Gets the number of sample blocks queued or playing for the sound | | style="background-color:#f8e8ff;" | Gets the number of sample blocks queued or playing for the sound | ||
|- | |- | ||
Line 409: | Line 578: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddGroup|AddGroup]] | ||
| style="background-color:#f8e8ff;" | Adds a group to the scope to which streams may be added | | style="background-color:#f8e8ff;" | Adds a group to the scope to which streams may be added | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.ShowGroup|ShowGroup]] | ||
| style="background-color:#f8e8ff;" | Sets the visibility of the given group | | style="background-color:#f8e8ff;" | Sets the visibility of the given group | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddStream|AddStream]] | ||
| style="background-color:#f8e8ff;" | Adds a stream to the given group suitable for inputs and operations | | style="background-color:#f8e8ff;" | Adds a stream to the given group suitable for inputs and operations | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddBuffer|AddBuffer]] | ||
| style="background-color:#f8e8ff;" | Adds a fixed-view stream to the given group suitable for inputs and operations | | style="background-color:#f8e8ff;" | Adds a fixed-view stream to the given group suitable for inputs and operations | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.Rename|Rename]] | ||
| style="background-color:#f8e8ff;" | Renames the given scope group, stream or buffer | | style="background-color:#f8e8ff;" | Renames the given scope group, stream or buffer | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetYAxisLabels|SetYAxisLabels]] | ||
| style="background-color:#f8e8ff;" | Sets the labels for the Y-axis of the given stream | | style="background-color:#f8e8ff;" | Sets the labels for the Y-axis of the given stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetLineColor|SetLineColor]] | ||
| style="background-color:#f8e8ff;" | Sets the group, stream or buffers line colour | | style="background-color:#f8e8ff;" | Sets the group, stream or buffers line colour | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.GetLineColor|GetLineColor]] | ||
| style="background-color:#f8e8ff;" | Gets the streams line colour | | style="background-color:#f8e8ff;" | Gets the streams line colour | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetBackColor|SetBackColor]] | ||
| style="background-color:#f8e8ff;" | Sets the groups background colour | | style="background-color:#f8e8ff;" | Sets the groups background colour | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.GetBackColor|GetBackColor]] | ||
| style="background-color:#f8e8ff;" | Gets the stream groups background colour | | style="background-color:#f8e8ff;" | Gets the stream groups background colour | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetDecodable|SetDecodable]] | ||
| style="background-color:#f8e8ff;" | Sets whether a stream can be decoded via the components event - defaults to 'true' | | style="background-color:#f8e8ff;" | Sets whether a stream can be decoded via the components event - defaults to 'true' | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.GetDecodable|GetDecodable]] | ||
| style="background-color:#f8e8ff;" | Gets whether a stream can be decoded via the components event - defaults to 'true' | | style="background-color:#f8e8ff;" | Gets whether a stream can be decoded via the components event - defaults to 'true' | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddPort|AddPort]] | ||
| style="background-color:#f8e8ff;" | Adds an input to the stream from a port | | style="background-color:#f8e8ff;" | Adds an input to the stream from a port | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddAnalog|AddAnalog]] | ||
| style="background-color:#f8e8ff;" | Adds an input to the stream from an analog channel | | style="background-color:#f8e8ff;" | Adds an input to the stream from an analog channel | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddCustom|AddCustom]] | ||
| style="background-color:#f8e8ff;" | Adds an input to the stream from a custom injection | | style="background-color:#f8e8ff;" | Adds an input to the stream from a custom injection | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddOp|AddOp]] | ||
| style="background-color:#f8e8ff;" | Adds an operation to act on the inputs of the stream | | style="background-color:#f8e8ff;" | Adds an operation to act on the inputs of the stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.ClearOps|ClearOps]] | ||
| style="background-color:#f8e8ff;" | Clears all inputs and operations from the given stream | | style="background-color:#f8e8ff;" | Clears all inputs and operations from the given stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetBuffer|SetBuffer]] | ||
| style="background-color:#f8e8ff;" | Sets the contents of a snapshot stream | | style="background-color:#f8e8ff;" | Sets the contents of a snapshot stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetCustom|SetCustom]] | ||
| style="background-color:#f8e8ff;" | Sets one of 32 custom analog values for the group | | style="background-color:#f8e8ff;" | Sets one of 32 custom analog values for the group | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.GetSnapshot|GetSnapshot]] | ||
| style="background-color:#f8e8ff;" | Gets a block of the output stream with each input sample operated on, returns number of samples read | | style="background-color:#f8e8ff;" | Gets a block of the output stream with each input sample operated on, returns number of samples read | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.FindOutput|FindOutput]] | ||
| style="background-color:#f8e8ff;" | Searches back through the output history for a value, returns offset of found sample from TimeUS, 0 if not found | | style="background-color:#f8e8ff;" | Searches back through the output history for a value, returns offset of found sample from TimeUS, 0 if not found | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.FindPeriod|FindPeriod]] | ||
| style="background-color:#f8e8ff;" | Attempts to calculate the wave period given a series of transitions for the stream, returns calculated period | | style="background-color:#f8e8ff;" | Attempts to calculate the wave period given a series of transitions for the stream, returns calculated period | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SetPacketFmt|SetPacketFmt]] | ||
| style="background-color:#f8e8ff;" | Sets the graphical format of the packets added with AddPacket and Add...Packets | | style="background-color:#f8e8ff;" | Sets the graphical format of the packets added with AddPacket and Add...Packets | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.GetPacketFmt|GetPacketFmt]] | ||
| style="background-color:#f8e8ff;" | Returns the graphical format of the packets added with AddPacket and Add...Packets | | style="background-color:#f8e8ff;" | Returns the graphical format of the packets added with AddPacket and Add...Packets | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddPacket|AddPacket]] | ||
| style="background-color:#f8e8ff;" | Adds an overlay packet to the stream at a given offset from the current time | | style="background-color:#f8e8ff;" | Adds an overlay packet to the stream at a given offset from the current time | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddStepPackets|AddStepPackets]] | ||
| style="background-color:#f8e8ff;" | Adds overlay packets to the stream by decoding the stream contents with a fixed period rate | | style="background-color:#f8e8ff;" | Adds overlay packets to the stream by decoding the stream contents with a fixed period rate | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.AddSyncPackets|AddSyncPackets]] | ||
| style="background-color:#f8e8ff;" | Adds overlay packets to the stream by decoding the stream contents with a variable period rate | | style="background-color:#f8e8ff;" | Adds overlay packets to the stream by decoding the stream contents with a variable period rate | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.ClearPackets|ClearPackets]] | ||
| style="background-color:#f8e8ff;" | Clears existing overlay packets from the stream | | style="background-color:#f8e8ff;" | Clears existing overlay packets from the stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.ClearAllPackets|ClearAllPackets]] | ||
| style="background-color:#f8e8ff;" | Clears all existing overlay packets from the stream | | style="background-color:#f8e8ff;" | Clears all existing overlay packets from the stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.TicksToSecs|TicksToSecs]] | ||
| style="background-color:#f8e8ff;" | Converts a duration in ticks into a time in seconds | | style="background-color:#f8e8ff;" | Converts a duration in ticks into a time in seconds | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API DataRecorder.SecsToTicks|SecsToTicks]] | ||
| style="background-color:#f8e8ff;" | Converts a time in seconds into a duration in ticks | | style="background-color:#f8e8ff;" | Converts a time in seconds into a duration in ticks | ||
|- | |- | ||
Line 479: | Line 679: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Calculations.FloatToStorageULong|FloatToStorageULong]] | ||
| style="background-color:#f8e8ff;" | Converts a float to an array containing 4 bytes | | style="background-color:#f8e8ff;" | Converts a float to an array containing 4 bytes | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Calculations.StorageULongToFloat|StorageULongToFloat]] | ||
| style="background-color:#f8e8ff;" | Returns a float value from an unsigned long representation (used to store or transfer it) | | style="background-color:#f8e8ff;" | Returns a float value from an unsigned long representation (used to store or transfer it) | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Calculations.GetFrequencyArray|GetFrequencyArray]] | ||
| style="background-color:#f8e8ff;" | Calculates the frequency from an array of data. | | style="background-color:#f8e8ff;" | Calculates the frequency from an array of data. | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Calculations.GetAmplitudeArray|GetAmplitudeArray]] | ||
| style="background-color:#f8e8ff;" | Calculates the amplitude from an array of data. | | style="background-color:#f8e8ff;" | Calculates the amplitude from an array of data. | ||
|- | |- | ||
Line 495: | Line 699: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.AddText|AddText]] | ||
| style="background-color:#f8e8ff;" | Adds a window to the list of consoles available | | style="background-color:#f8e8ff;" | Adds a window to the list of consoles available | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.AddMemory|AddMemory]] | ||
| style="background-color:#f8e8ff;" | Adds a window to the list of consoles available | | style="background-color:#f8e8ff;" | Adds a window to the list of consoles available | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.GetDefault|GetDefault]] | ||
| style="background-color:#f8e8ff;" | Gets the default (read-only) console window | | style="background-color:#f8e8ff;" | Gets the default (read-only) console window | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.GetConsole|GetConsole]] | ||
| style="background-color:#f8e8ff;" | Gets a console window | | style="background-color:#f8e8ff;" | Gets a console window | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.GetName|GetName]] | ||
| style="background-color:#f8e8ff;" | Returns the name of a console | | style="background-color:#f8e8ff;" | Returns the name of a console | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.Rename|Rename]] | ||
| style="background-color:#f8e8ff;" | Renames the given console | | style="background-color:#f8e8ff;" | Renames the given console | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.SetMemMode|SetMemMode]] | ||
| style="background-color:#f8e8ff;" | Sets whether to show address and bytes for the console | | style="background-color:#f8e8ff;" | Sets whether to show address and bytes for the console | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.SetInputRGB|SetInputRGB]] | ||
| style="background-color:#f8e8ff;" | Sets the colour of text inserted by the user from now on | | style="background-color:#f8e8ff;" | Sets the colour of text inserted by the user from now on | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.SetOutputRGB|SetOutputRGB]] | ||
| style="background-color:#f8e8ff;" | Sets the colour of text inserted by the component from now on | | style="background-color:#f8e8ff;" | Sets the colour of text inserted by the component from now on | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.WriteText|WriteText]] | ||
| style="background-color:#f8e8ff;" | Adds a block of text to the console window | | style="background-color:#f8e8ff;" | Adds a block of text to the console window | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.GetLineText|GetLineText]] | ||
| style="background-color:#f8e8ff;" | Reads a line of text from the given console, pass -1 for final line | | style="background-color:#f8e8ff;" | Reads a line of text from the given console, pass -1 for final line | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.SetLineText|SetLineText]] | ||
| style="background-color:#f8e8ff;" | Writes a line of text from the given console, pass -1 for final line | | style="background-color:#f8e8ff;" | Writes a line of text from the given console, pass -1 for final line | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.GetLineBytes|GetLineBytes]] | ||
| style="background-color:#f8e8ff;" | Reads a line of bytes from the given console extending the array if needed | | style="background-color:#f8e8ff;" | Reads a line of bytes from the given console extending the array if needed | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.SetLineBytes|SetLineBytes]] | ||
| style="background-color:#f8e8ff;" | Writes a line of bytes from the given console, pass -1 for final line | | style="background-color:#f8e8ff;" | Writes a line of bytes from the given console, pass -1 for final line | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.CountLines|CountLines]] | ||
| style="background-color:#f8e8ff;" | Counts the number of lines in the console | | style="background-color:#f8e8ff;" | Counts the number of lines in the console | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Console.ClearText|ClearText]] | ||
| style="background-color:#f8e8ff;" | Clears all the text in the console | | style="background-color:#f8e8ff;" | Clears all the text in the console | ||
|- | |- | ||
Line 535: | Line 755: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Connection.GetPort|GetPort]] | ||
| style="background-color:#f8e8ff;" | Gets a ports value from its index | | style="background-color:#f8e8ff;" | Gets a ports value from its index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Connection.SetPort|SetPort]] | ||
| style="background-color:#f8e8ff;" | Sets a ports value from its index | | style="background-color:#f8e8ff;" | Sets a ports value from its index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Connection.GetAn|GetAn]] | ||
| style="background-color:#f8e8ff;" | Gets an analog value from its channel index | | style="background-color:#f8e8ff;" | Gets an analog value from its channel index | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Connection.SetAn|SetAn]] | ||
| style="background-color:#f8e8ff;" | Sets an analog value from its index, range 0->1 | | style="background-color:#f8e8ff;" | Sets an analog value from its index, range 0->1 | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Connection.DecodePort|DecodePort]] | ||
| style="background-color:#f8e8ff;" | Gets a ports details from its name or index | | style="background-color:#f8e8ff;" | Gets a ports details from its name or index | ||
|- | |- | ||
Line 553: | Line 778: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.PathName|PathName]] | ||
| style="background-color:#f8e8ff;" | Expands a string using the built-in pathname expansion variables | | style="background-color:#f8e8ff;" | Expands a string using the built-in pathname expansion variables | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.MacroName|MacroName]] | ||
| style="background-color:#f8e8ff;" | Expands a string to the name of a macro used in the generated code | | style="background-color:#f8e8ff;" | Expands a string to the name of a macro used in the generated code | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.VarName|VarName]] | ||
| style="background-color:#f8e8ff;" | Expands a string to the name of a global variable used in the generated code | | style="background-color:#f8e8ff;" | Expands a string to the name of a global variable used in the generated code | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.Property|Property]] | ||
| style="background-color:#f8e8ff;" | Expands a string to the name of a property used in the generated code | | style="background-color:#f8e8ff;" | Expands a string to the name of a property used in the generated code | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.MacroHead|MacroHead]] | ||
| style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the header of that macro | | style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the header of that macro | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.MacroBody|MacroBody]] | ||
| style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the body of that macro | | style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the body of that macro | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Expand.MacroTail|MacroTail]] | ||
| style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the tail of that macro | | style="background-color:#f8e8ff;" | Expands a macro name to the code generated for the tail of that macro | ||
|- | |- | ||
Line 575: | Line 807: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.GetValue|GetValue]] | ||
| style="background-color:#f8e8ff;" | Gets the value of the given object, if available | | style="background-color:#f8e8ff;" | Gets the value of the given object, if available | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.GetName|GetName]] | ||
| style="background-color:#f8e8ff;" | Gets the name of the given object | | style="background-color:#f8e8ff;" | Gets the name of the given object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.GetPath|GetPath]] | ||
| style="background-color:#f8e8ff;" | Gets the full '.' separated name of the given object | | style="background-color:#f8e8ff;" | Gets the full '.' separated name of the given object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.GetSubValue|GetSubValue]] | ||
| style="background-color:#f8e8ff;" | Gets the value of a named sub-item of the given object, if available | | style="background-color:#f8e8ff;" | Gets the value of a named sub-item of the given object, if available | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.Traverse|Traverse]] | ||
| style="background-color:#f8e8ff;" | Updates the object to step depth-first through the tree | | style="background-color:#f8e8ff;" | Updates the object to step depth-first through the tree | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepNext|StepNext]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the next (younger) sibling | | style="background-color:#f8e8ff;" | Updates the object to point to the next (younger) sibling | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepNamedNext|StepNamedNext]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the next (younger) sibling matching the name | | style="background-color:#f8e8ff;" | Updates the object to point to the next (younger) sibling matching the name | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepNamedIndex|StepNamedIndex]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the Nth next (younger) sibling matching the name | | style="background-color:#f8e8ff;" | Updates the object to point to the Nth next (younger) sibling matching the name | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepLast|StepLast]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the last (elder) sibling | | style="background-color:#f8e8ff;" | Updates the object to point to the last (elder) sibling | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepParent|StepParent]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to its parent object | | style="background-color:#f8e8ff;" | Updates the object to point to its parent object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepRoot|StepRoot]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the root of the tree | | style="background-color:#f8e8ff;" | Updates the object to point to the root of the tree | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepChildHead|StepChildHead]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the head (eldest) child | | style="background-color:#f8e8ff;" | Updates the object to point to the head (eldest) child | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepChildTail|StepChildTail]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the tail (youngest) child | | style="background-color:#f8e8ff;" | Updates the object to point to the tail (youngest) child | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepChildPath|StepChildPath]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the '.' separated named child path | | style="background-color:#f8e8ff;" | Updates the object to point to the '.' separated named child path | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.CountChildren|CountChildren]] | ||
| style="background-color:#f8e8ff;" | Returns the number of immediate children present for the object | | style="background-color:#f8e8ff;" | Returns the number of immediate children present for the object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.CheckChildren|CheckChildren]] | ||
| style="background-color:#f8e8ff;" | Returns true if the object has children, else false | | style="background-color:#f8e8ff;" | Returns true if the object has children, else false | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.CountNamedChildren|CountNamedChildren]] | ||
| style="background-color:#f8e8ff;" | Returns the number of immediate children present for the object | | style="background-color:#f8e8ff;" | Returns the number of immediate children present for the object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.CheckParent|CheckParent]] | ||
| style="background-color:#f8e8ff;" | Returns true if the object has a parent, else false if it is the root | | style="background-color:#f8e8ff;" | Returns true if the object has a parent, else false if it is the root | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepSubHead|StepSubHead]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the head (eldest) attribute, if any | | style="background-color:#f8e8ff;" | Updates the object to point to the head (eldest) attribute, if any | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepSubTail|StepSubTail]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the tail (youngest) attribute, if any | | style="background-color:#f8e8ff;" | Updates the object to point to the tail (youngest) attribute, if any | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.StepSubName|StepSubName]] | ||
| style="background-color:#f8e8ff;" | Updates the object to point to the named attribute, if any | | style="background-color:#f8e8ff;" | Updates the object to point to the named attribute, if any | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Tree.GetCopy|GetCopy]] | ||
| style="background-color:#f8e8ff;" | Creates a copy of the handle and returns the copy | | style="background-color:#f8e8ff;" | Creates a copy of the handle and returns the copy | ||
|- | |- | ||
Line 627: | Line 881: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.AbsPath|AbsPath]] | ||
| style="background-color:#f8e8ff;" | Gets an absolute path from a relative filename | | style="background-color:#f8e8ff;" | Gets an absolute path from a relative filename | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.RelPath|RelPath]] | ||
| style="background-color:#f8e8ff;" | Gets an relative path from an absolute filename | | style="background-color:#f8e8ff;" | Gets an relative path from an absolute filename | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.CreateDir|CreateDir]] | ||
| style="background-color:#f8e8ff;" | Creates a directory structure | | style="background-color:#f8e8ff;" | Creates a directory structure | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.GetType|GetType]] | ||
| style="background-color:#f8e8ff;" | Finds the type of a file: 0=Unknown, 1=File, 2=Dir, 4=Disk | | style="background-color:#f8e8ff;" | Finds the type of a file: 0=Unknown, 1=File, 2=Dir, 4=Disk | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.GetSize|GetSize]] | ||
| style="background-color:#f8e8ff;" | Gets the number of bytes in the file, by handle or name | | style="background-color:#f8e8ff;" | Gets the number of bytes in the file, by handle or name | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Delete|Delete]] | ||
| style="background-color:#f8e8ff;" | Deletes the file or directory structure | | style="background-color:#f8e8ff;" | Deletes the file or directory structure | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates the new file as a standard stream | | style="background-color:#f8e8ff;" | Creates the new file as a standard stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Open|Open]] | ||
| style="background-color:#f8e8ff;" | Opens the existing file as a standard stream | | style="background-color:#f8e8ff;" | Opens the existing file as a standard stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.ReadArray|ReadArray]] | ||
| style="background-color:#f8e8ff;" | Reads an array from the file, returns elements read | | style="background-color:#f8e8ff;" | Reads an array from the file, returns elements read | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.WriteArray|WriteArray]] | ||
| style="background-color:#f8e8ff;" | Writes an array to the file | | style="background-color:#f8e8ff;" | Writes an array to the file | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.SetPos|SetPos]] | ||
| style="background-color:#f8e8ff;" | Sets the position of the next read or write in the file | | style="background-color:#f8e8ff;" | Sets the position of the next read or write in the file | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.GetPos|GetPos]] | ||
| style="background-color:#f8e8ff;" | Gets the position of the next read or write in the file | | style="background-color:#f8e8ff;" | Gets the position of the next read or write in the file | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Flush|Flush]] | ||
| style="background-color:#f8e8ff;" | Writes all unwritten data to the file in one block | | style="background-color:#f8e8ff;" | Writes all unwritten data to the file in one block | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | Buffer | | colspan="3" align="center" style="background-color:#EAE1EA;" | Buffer | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.Open|Open]] | ||
| style="background-color:#f8e8ff;" | Opens the existing file as a circular buffer | | style="background-color:#f8e8ff;" | Opens the existing file as a circular buffer | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates the new file as a circular buffer | | style="background-color:#f8e8ff;" | Creates the new file as a circular buffer | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.ReadByte|ReadByte]] | ||
| style="background-color:#f8e8ff;" | Reads a single byte from the input stream, -1 if empty | | style="background-color:#f8e8ff;" | Reads a single byte from the input stream, -1 if empty | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.WriteByte|WriteByte]] | ||
| style="background-color:#f8e8ff;" | Writes a single byte to the input stream | | style="background-color:#f8e8ff;" | Writes a single byte to the input stream | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.ReadArray|ReadArray]] | ||
| style="background-color:#f8e8ff;" | Reads an array from the input stream, returns elements read | | style="background-color:#f8e8ff;" | Reads an array from the input stream, returns elements read | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.Buffer.WriteArray|WriteArray]] | ||
| style="background-color:#f8e8ff;" | Writes an array to the input stream | | style="background-color:#f8e8ff;" | Writes an array to the input stream | ||
|- | |- | ||
| colspan="3" align="center" style="background-color:#EAE1EA;" | NVM | | colspan="3" align="center" style="background-color:#EAE1EA;" | NVM | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.Open|Open]] | ||
| style="background-color:#f8e8ff;" | Opens the existing file as a block of non-volatile memory | | style="background-color:#f8e8ff;" | Opens the existing file as a block of non-volatile memory | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.Create|Create]] | ||
| style="background-color:#f8e8ff;" | Creates the new file as a block of non-volatile memory | | style="background-color:#f8e8ff;" | Creates the new file as a block of non-volatile memory | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.ReadByte|ReadByte]] | ||
| style="background-color:#f8e8ff;" | Reads a single byte from the NVM, -1 if empty | | style="background-color:#f8e8ff;" | Reads a single byte from the NVM, -1 if empty | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.WriteByte|WriteByte]] | ||
| style="background-color:#f8e8ff;" | Writes a single byte to the NVM multiple times | | style="background-color:#f8e8ff;" | Writes a single byte to the NVM multiple times | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.ReadArray|ReadArray]] | ||
| style="background-color:#f8e8ff;" | Reads an array from the NVM, returns elements read | | style="background-color:#f8e8ff;" | Reads an array from the NVM, returns elements read | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API File.NVM.WriteArray|WriteArray]] | ||
| style="background-color:#f8e8ff;" | Writes an array to the NVM | | style="background-color:#f8e8ff;" | Writes an array to the NVM | ||
|- | |- | ||
Line 689: | Line 968: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API UI.SimpleMsgBox|SimpleMsgBox]] | ||
| style="background-color:#f8e8ff;" | Displays a simple 'Ok' message box | | style="background-color:#f8e8ff;" | Displays a simple 'Ok' message box | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API UI.Win32MsgBox|Win32MsgBox]] | ||
| style="background-color:#f8e8ff;" | Invokes the Win32 API MessageBox function | | style="background-color:#f8e8ff;" | Invokes the Win32 API MessageBox function | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API UI.YesNoMsgBox|YesNoMsgBox]] | ||
| style="background-color:#f8e8ff;" | Displays a simple 'Yes/No' message box | | style="background-color:#f8e8ff;" | Displays a simple 'Yes/No' message box | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API UI.YesNoCancelMsgBox|YesNoCancelMsgBox]] | ||
| style="background-color:#f8e8ff;" | Displays a simple 'Yes/No/Cancel' message box (0 == Cancel, 1 == No, 2 == Yes) | | style="background-color:#f8e8ff;" | Displays a simple 'Yes/No/Cancel' message box (0 == Cancel, 1 == No, 2 == Yes) | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API UI.InputMsgBox|InputMsgBox]] | ||
| style="background-color:#f8e8ff;" | Displays a message box that allows the user to input text. Returns true if 'Ok' clicked, false otherwise | | style="background-color:#f8e8ff;" | Displays a message box that allows the user to input text. Returns true if 'Ok' clicked, false otherwise | ||
|- | |- | ||
Line 707: | Line 991: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.GetMillisecs|GetMillisecs]] | ||
| style="background-color:#f8e8ff;" | Returns the value of a monotonic non-decrementing millisecond counter | | style="background-color:#f8e8ff;" | Returns the value of a monotonic non-decrementing millisecond counter | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.GetUTC|GetUTC]] | ||
| style="background-color:#f8e8ff;" | Returns the current UTC Modified Julian Date value | | style="background-color:#f8e8ff;" | Returns the current UTC Modified Julian Date value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.GetLocal|GetLocal]] | ||
| style="background-color:#f8e8ff;" | Returns the current local time as a Modified Julian Date value | | style="background-color:#f8e8ff;" | Returns the current local time as a Modified Julian Date value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.AddMJD|AddMJD]] | ||
| style="background-color:#f8e8ff;" | Increments or decrements a Modified Julian Date and millisecond value | | style="background-color:#f8e8ff;" | Increments or decrements a Modified Julian Date and millisecond value | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.MJDToDate|MJDToDate]] | ||
| style="background-color:#f8e8ff;" | Converts a Modified Julian Date into a Gregorian calendar date | | style="background-color:#f8e8ff;" | Converts a Modified Julian Date into a Gregorian calendar date | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.DateToMJD|DateToMJD]] | ||
| style="background-color:#f8e8ff;" | Converts a Gregorian calendar date into a Modified Julian Date | | style="background-color:#f8e8ff;" | Converts a Gregorian calendar date into a Modified Julian Date | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.MJDToSeconds|MJDToSeconds]] | ||
| style="background-color:#f8e8ff;" | Converts a Modified Julian Date into a number of seconds since a specified epoch | | style="background-color:#f8e8ff;" | Converts a Modified Julian Date into a number of seconds since a specified epoch | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.SecondsToMJD|SecondsToMJD]] | ||
| style="background-color:#f8e8ff;" | Returns the Modified Julian Date given by the number of seconds since a specified epoch | | style="background-color:#f8e8ff;" | Returns the Modified Julian Date given by the number of seconds since a specified epoch | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.MJDToWeekday|MJDToWeekday]] | ||
| style="background-color:#f8e8ff;" | Gets the day of the week that the MJD represents | | style="background-color:#f8e8ff;" | Gets the day of the week that the MJD represents | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.GetLeapYear|GetLeapYear]] | ||
| style="background-color:#f8e8ff;" | Returns true if the given year is a leap year, else false | | style="background-color:#f8e8ff;" | Returns true if the given year is a leap year, else false | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Time.GetMonthDays|GetMonthDays]] | ||
| style="background-color:#f8e8ff;" | Returns the number of days in the given month | | style="background-color:#f8e8ff;" | Returns the number of days in the given month | ||
|- | |- | ||
Line 737: | Line 1,032: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Language.Translate|Translate]] | ||
| style="background-color:#f8e8ff;" | Takes English text and optional hint and converts to the current language | | style="background-color:#f8e8ff;" | Takes English text and optional hint and converts to the current language | ||
|- | |- | ||
Line 747: | Line 1,043: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.Notify|Notify]] | ||
| style="background-color:#f8e8ff;" | Sends a System.User message to the targeted component | | style="background-color:#f8e8ff;" | Sends a System.User message to the targeted component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.Forward|Forward]] | ||
| style="background-color:#f8e8ff;" | Sends the currently processing message to the target | | style="background-color:#f8e8ff;" | Sends the currently processing message to the target | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.MacroExists|MacroExists]] | ||
| style="background-color:#f8e8ff;" | Returns true if the macro exists | | style="background-color:#f8e8ff;" | Returns true if the macro exists | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.CallMacro|CallMacro]] | ||
| style="background-color:#f8e8ff;" | Calls a macro | | style="background-color:#f8e8ff;" | Calls a macro | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ShowHandle|ShowHandle]] | ||
| style="background-color:#f8e8ff;" | Given a handle to an object with viewable presence, shows that object on screen | | style="background-color:#f8e8ff;" | Given a handle to an object with viewable presence, shows that object on screen | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.CreateHandle|CreateHandle]] | ||
| style="background-color:#f8e8ff;" | Creates a general-purpose garbage collected handle for resource management | | style="background-color:#f8e8ff;" | Creates a general-purpose garbage collected handle for resource management | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.SetHandleWord|SetHandleWord]] | ||
| style="background-color:#f8e8ff;" | Sets a general purpose word in the handle for use by its owner | | style="background-color:#f8e8ff;" | Sets a general purpose word in the handle for use by its owner | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.GetHandleWord|GetHandleWord]] | ||
| style="background-color:#f8e8ff;" | Gets a general-purpose word set by the owner of a custom handle | | style="background-color:#f8e8ff;" | Gets a general-purpose word set by the owner of a custom handle | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.DeleteHandle|DeleteHandle]] | ||
| style="background-color:#f8e8ff;" | Deletes any handle created by the component | | style="background-color:#f8e8ff;" | Deletes any handle created by the component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.GetSender|GetSender]] | ||
| style="background-color:#f8e8ff;" | Gets the handle of the component that posted this event - 0 for system | | style="background-color:#f8e8ff;" | Gets the handle of the component that posted this event - 0 for system | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.TimerStart|TimerStart]] | ||
| style="background-color:#f8e8ff;" | Calls the Component.Timer event with Ident as an argument after Millisecs time | | style="background-color:#f8e8ff;" | Calls the Component.Timer event with Ident as an argument after Millisecs time | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.TimerStop|TimerStop]] | ||
| style="background-color:#f8e8ff;" | Kills any timers with the given ident for this component | | style="background-color:#f8e8ff;" | Kills any timers with the given ident for this component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.WDTEnable|WDTEnable]] | ||
| style="background-color:#f8e8ff;" | Enables or disables the software watchdog during long operations | | style="background-color:#f8e8ff;" | Enables or disables the software watchdog during long operations | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ClaimEvent|ClaimEvent]] | ||
| style="background-color:#f8e8ff;" | Claims an event message by name, returns true if claimed | | style="background-color:#f8e8ff;" | Claims an event message by name, returns true if claimed | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ReleaseEvent|ReleaseEvent]] | ||
| style="background-color:#f8e8ff;" | Releases a previously claimed an event message by name, returns true if released | | style="background-color:#f8e8ff;" | Releases a previously claimed an event message by name, returns true if released | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.EnableEvent|EnableEvent]] | ||
| style="background-color:#f8e8ff;" | Allows an event to be fired or removes the ability for an event to fire - this may be nested | | style="background-color:#f8e8ff;" | Allows an event to be fired or removes the ability for an event to fire - this may be nested | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ClaimMouse|ClaimMouse]] | ||
| style="background-color:#f8e8ff;" | Claims mouse clicks for the target object | | style="background-color:#f8e8ff;" | Claims mouse clicks for the target object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ReleaseMouse|ReleaseMouse]] | ||
| style="background-color:#f8e8ff;" | Releases mouse clicks for the target object | | style="background-color:#f8e8ff;" | Releases mouse clicks for the target object | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.RedirectMacros|RedirectMacros]] | ||
| style="background-color:#f8e8ff;" | Allows calls to one of your children to be redirected to another component | | style="background-color:#f8e8ff;" | Allows calls to one of your children to be redirected to another component | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.StartSim|StartSim]] | ||
| style="background-color:#f8e8ff;" | Start the simulation engine | | style="background-color:#f8e8ff;" | Start the simulation engine | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.StopSim|StopSim]] | ||
| style="background-color:#f8e8ff;" | Stop the simulation engine | | style="background-color:#f8e8ff;" | Stop the simulation engine | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.SetSimSpeed|SetSimSpeed]] | ||
| style="background-color:#f8e8ff;" | Sets the speed the simulation engine | | style="background-color:#f8e8ff;" | Sets the speed the simulation engine | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.SetClipboardData|SetClipboardData]] | ||
| style="background-color:#f8e8ff;" | Sets the clipboard with text data | | style="background-color:#f8e8ff;" | Sets the clipboard with text data | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ReadClipboardData|ReadClipboardData]] | ||
| style="background-color:#f8e8ff;" | Reads text data from the clipboard | | style="background-color:#f8e8ff;" | Reads text data from the clipboard | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.GetHasFocus|GetHasFocus]] | ||
| style="background-color:#f8e8ff;" | Checks to see if a Flowcode window has the focus | | style="background-color:#f8e8ff;" | Checks to see if a Flowcode window has the focus | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ShellExecute|ShellExecute]] | ||
| style="background-color:#f8e8ff;" | Launches an external file or program on this computer | | style="background-color:#f8e8ff;" | Launches an external file or program on this computer | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.WriteRegistryInt|WriteRegistryInt]] | ||
| style="background-color:#f8e8ff;" | Writes an integer value to the registry | | style="background-color:#f8e8ff;" | Writes an integer value to the registry | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.WriteRegistryString|WriteRegistryString]] | ||
| style="background-color:#f8e8ff;" | Writes a string value to the registry | | style="background-color:#f8e8ff;" | Writes a string value to the registry | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ReadRegistryInt|ReadRegistryInt]] | ||
| style="background-color:#f8e8ff;" | Reads an integer value from the registry | | style="background-color:#f8e8ff;" | Reads an integer value from the registry | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API System.ReadRegistryString|ReadRegistryString]] | ||
| style="background-color:#f8e8ff;" | Reads a string value from the registry | | style="background-color:#f8e8ff;" | Reads a string value from the registry | ||
|- | |- | ||
Line 815: | Line 1,141: | ||
{| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | {| class="wikitable" style="width: 800px; background-color:#FFFFFF;" | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Debug.Print|Print]] | ||
| style="background-color:#f8e8ff;" | Prints out the string or value on a line in the debug window | | style="background-color:#f8e8ff;" | Prints out the string or value on a line in the debug window | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Debug.PrintLn|PrintLn]] | ||
| style="background-color:#f8e8ff;" | Prints out the string or value with a new-line in the debug window | | style="background-color:#f8e8ff;" | Prints out the string or value with a new-line in the debug window | ||
|- | |- | ||
+ | | colspan="2" style="background-color:#f8e8ff;" | [[API Debug.TestFunction|TestFunction]] | ||
| style="background-color:#f8e8ff;" | Temporary debug function | | style="background-color:#f8e8ff;" | Temporary debug function | ||
|- | |- |
Revision as of 15:54, 13 January 2023
Contents
Built in functions
Property | ||
GetValue | Gets the value of a property as a string | |
SetColor | Sets a components 'color' property as a R,G,B value | |
SetValue | Sets a components property as a string | |
CopyValue | Copies a property value from one target to another | |
SetChildValues | Sets all child components property as a string | |
CopyChildValues | Copies the values of a properties children from the source to dest | |
SetVisible | Sets whether the property is visible or not | |
SetWritable | Sets whether the property can be edited in the UI or not | |
GetVisible | Gets whether the property is visible or not | |
GetWritable | Gets whether the property can be edited in the UI or not | |
GetFilter | Gets a components property filter string for lists, files, etc | |
SetFilter | Sets a components property filter string for lists, files, etc | |
CopyFilter | Copies a property filter from one target to another | |
GetListIndex | Gets a single lists index value from a property by line number | |
GetListItem | Gets a single list entry from a property by named index | |
SetListItem | Sets an existing list entries text for the property by named index | |
AddListItem | Alters or appends a list entries text for the property by named index | |
GetPanel | Returns the id of the panel hosting the component | |
SetInteractive | Sets whether a component can interact with the mouse | |
GetInteractive | Gets whether a component can interact with the mouse | |
SetVisible | Sets whether a component can be seen on the panel | |
GetVisible | Gets whether a component can be seen on the panel | |
SetSolid | Sets whether a component is checked in collision detections | |
GetSolid | Gets whether a component is checked in collision detections | |
SetCompile | Sets whether a component is considered for compilation or not | |
GetCompile | Gets whether a component will be compiled or not | |
GetInstance | Gets the type-instance of the component, >= 1 is valid | |
FindChild | Finds a named object that is part of the component | |
GetRoot | Gets the root component handle | |
GetTopParent | Gets the top-level owner of the component | |
GetParent | Gets the owner of the component | |
GetNext | Gets the next (younger) sibling of the components handle | |
GetLast | Gets the previous (elder) sibling of the components handle | |
GetChildHead | Gets the first (eldest) child of the component | |
GetChildTail | Gets the last (youngest) child of the component | |
GetOriginal | Gets the original definition of the component, returns Current if no original copy | |
Clone | Clones an existing object to another position on the panel | |
Delete | Deletes an existing object, removing it from the panel |
GetPanelName | Returns the name of the panel from the id | |
GetPanelBkColour | Returns the main background colour of the panel | |
Get2dPanelCount | Gets the number of 2d panels | |
Create2dPanel | Creates a new 2d panel | |
AddNewComponent | Adds a new component to a panel | |
Position | ||
GetWorldPosition | Returns the positions coordinates in (X,Y,Z) array | |
GetWorldSize | Returns the component size in (X,Y,Z) array | |
SetWorldPosition | Moves the object to the given coordinates in World coordinates | |
SetWorldSize | Sets the objects size to a value | |
Get | Gets a handle to an object representing the components current position | |
GetOrigin | Gets a handle to an empty position | |
Set | Sets an objects position based on a component or pre-defined position | |
SetCoords | Sets an objects coordinates based on a position | |
SetScale | Sets an objects scale based on a position | |
SetRotation | Sets an objects orientation based on a position | |
GetBox | Gets a handle to an object representing the components bounding box position | |
GetLineNodes | Returns the position of a line's nodes as a comma-separated list | |
SetLineNodes | Sets the nodes of a line | |
Morph | Blends positions from two sources to a destination | |
Animate | Blends positions from two sources to a destination over time | |
StopAnimate | Stops all animations started by this component | |
MoveAlong | Moves the object by the given offset relative to its parent along an axis | |
MoveBy | Moves the object by the given offset relative to its parent | |
MoveTo | Moves the object to the given coordinates relative to its parent | |
ScaleTo | Sets the objects scale to a value | |
ScaleUp | Multiplies the objects scale by a value | |
ScaleDown | Divides the objects scale by a value | |
RotateTo | Rotates the object to the given rotation | |
RotateAlong | Rotates the object by the given rotation along an axis | |
RotateX | Rotates the object around the X axis | |
RotateY | Rotates the object around the Y axis | |
RotateZ | Rotates the object around the Z axis | |
GetCoords | Returns the positions coordinates in (X,Y,Z) array | |
GetScale | Returns the positions scale in (X,Y,Z) array | |
GetQuat | Returns the positions quaternion in (X,Y,Z,W) array | |
GetEuler | Returns the positions euler angles in (P,Y,R) array | |
Math | Coordinate maths functions | |
Panel2D | 2D Panel functions | |
Camera | Camera positioning for 3D panel | |
PCloud | ||
Create | Creates a new point cloud tied to a position handle | |
SetVisible | Sets whether the point cloud is displayed or not | |
SetPos | Sets the position for the point cloud to be located at | |
GetPos | Gets the position the point cloud is located at | |
SetPoints | Sets the X,Y,Z point lists | |
SetPointsEx | Sets the X,Y,Z point lists | |
SetGrid | Sets the X,Y,Z point lists in a height-map grid | |
SetGridEx | Sets the X,Y,Z point lists in a height-map grid | |
SetGridFlat | Sets the X,Y,Z point lists in a flat height-map grid | |
SetGridPoint | Given an XY on the grid, sets the vertex value at that point | |
UnitScale | Creates a unit scaled axis (X, Y or Z) with a center of zero and a range of two | |
SetColor | Sets the RGB colour of the entire cloud | |
SetColors | Sets the RGB colour of the individual points in the cloud | |
SetGridColor | Given an XY on the grid, sets the vertex colour at that point | |
SetMode | Sets the rendering mode of the point cloud | |
SetPointLight | Enables or disables simple lighting for point mode, providing a normal passing through the point and (0,0,0) | |
Update | Manually refresh the screen the point cloud exists on | |
LinkBar | ||
Create | Creates a new bar linking a pair of position handles | |
SetVisible | Sets whether the link is displayed or not | |
SetStartPos | Sets the position for the start point of the bar | |
SetEndPos | Sets the position for the end point of the bar | |
SetStartAdjustment | Sets the clipping adjustments for the beginning of the link | |
SetEndAdjustment | Sets the clipping adjustments for the end of the link | |
SetStartGfx | Sets the graphic for the start point of the bar | |
SetBarGfx | Sets the graphic for the main line of the bar | |
SetEndGfx | Sets the graphic for the end point of the bar | |
GetStartPos | Gets the position the bars start point is located at | |
GetBarPos | Gets the position the bar is located at | |
GetEndPos | Gets the position the bars end point is located at | |
Update | Manually refresh the screen the bar exists on | |
EnableAuto | Sets whether Flowcode should automatically draw links for component object property types | |
TextLabel | ||
Create | Creates a new text label that always faces the camera | |
SetVisible | Sets whether the label is displayed or not | |
SetPos | Sets the position for the point to draw the text at | |
SetOffset | Sets the offset from the SetPos() position for the label | |
SetText | Sets the text for the label | |
SetScale | Sets the multipliers for the width and height of the label | |
SetColors | Sets the foreground and background colours for the label | |
SetViewMode | Sets whether to draw at a fixed size or to scale based on distance from the camera | |
GetPos | Gets the position the label is located at | |
Update | Manually refresh the screen the label exists on | |
Collision | ||
TestTable | Tests whether an object collides with the table top, returns Z distance to move to rest on the table | |
TestSingle | Tests whether an object collides with a position | |
GetSingleAxis | Tests whether an object collides with a position | |
GetSinglePos | Returns the position to move Pos to so it does not collide with Test - null if no collide | |
GetMultiAxis | Tests whether an object collides with a position | |
GetMultiPos | Returns the position to move Pos to so it does not collide with any other object - null if no collide | |
Graphics | ||
Redraw | Sends a redraw request to the given component | |
SetColor | Sets the draw colour for and subsequent graphics objects | |
SetColorRGB | Sets the draw colour for and subsequent graphics objects | |
SetTextFont | Sets the text font for subsequent text objects | |
SetTextScale | Sets the text scale for subsequent text objects | |
SetLineThickness | Sets the thinkness when drawing lines and points | |
DrawCreate | Creates a drawing area on a shape | |
DrawBegin | Begins drawing on a given shape | |
DrawEnd | Ends drawing started with DrawBegin() | |
DrawDelete | Deletes a drawing area for a shape | |
DrawText | Draws a line of text texture | |
DrawPoint | Draws a point on a texture | |
DrawLine | Draws a line on a texture | |
DrawLineA | Draws a smooth line on a texture | |
DrawRect | Draws a rectangle on a texture | |
DrawCircle | Draws a circle on a texture | |
Clear | Clear texture to the given component | |
Shape | Routines to change the last drawn shape |
GetButtons | Gets the button state from the mouse: 4 for left, 1 for right | |
GetFocus | Gets the handle of the component under the mouse | |
GetPosition | Gets the position of the mouse, intersecting with a component or the viewing plane | |
GetPosition2D | Gets the X/Y position of the mouse in screen coords | |
GetClickSide | Gets the side of the component clicked on, 0 to 5 | |
SimClick | Simulates a click on an object | |
SimDrag | Simulates a click-drag on an object | |
SimRelease | Simulates a click-release on an object |
GetItemValue | Gets a paths item value from the FCD document | |
GetItemHandle | Gets a FCD items handle, suitable for traversal with the Tree API | |
GetPathHandle | Gets a FCD paths handle, suitable for traversal with the Tree API | |
SetItemValue | Override item value from the FCD document from path | |
ResetItemValue | Reset paths item value from the FCD document |
Play | Plays a formatted file sound, returns true if the sound played OK | |
LoadWav | Loads a wave file into memory, providing the values needed to play it | |
Create | Creates a sound object that data can be played through | |
SetVolume | Sets the volume of playbacks for this sound | |
GetVolume | Gets the volume of playbacks for this sound in the range 0 to 1 | |
GetBits | Gets the number of bits per sample for the sound | |
GetRate | Gets the current sample rate for the sound | |
SetRate | Sets the current sample rate for the sound - this will stop the playing sound | |
Queue | Queues a sound for playing | |
QueueEx | Queues a sound for playing, with the format provided | |
Flush | Stops all playing and queued sounds | |
GetPending | Gets the number of sample blocks queued or playing for the sound |
AddGroup | Adds a group to the scope to which streams may be added | |
ShowGroup | Sets the visibility of the given group | |
AddStream | Adds a stream to the given group suitable for inputs and operations | |
AddBuffer | Adds a fixed-view stream to the given group suitable for inputs and operations | |
Rename | Renames the given scope group, stream or buffer | |
SetYAxisLabels | Sets the labels for the Y-axis of the given stream | |
SetLineColor | Sets the group, stream or buffers line colour | |
GetLineColor | Gets the streams line colour | |
SetBackColor | Sets the groups background colour | |
GetBackColor | Gets the stream groups background colour | |
SetDecodable | Sets whether a stream can be decoded via the components event - defaults to 'true' | |
GetDecodable | Gets whether a stream can be decoded via the components event - defaults to 'true' | |
AddPort | Adds an input to the stream from a port | |
AddAnalog | Adds an input to the stream from an analog channel | |
AddCustom | Adds an input to the stream from a custom injection | |
AddOp | Adds an operation to act on the inputs of the stream | |
ClearOps | Clears all inputs and operations from the given stream | |
SetBuffer | Sets the contents of a snapshot stream | |
SetCustom | Sets one of 32 custom analog values for the group | |
GetSnapshot | Gets a block of the output stream with each input sample operated on, returns number of samples read | |
FindOutput | Searches back through the output history for a value, returns offset of found sample from TimeUS, 0 if not found | |
FindPeriod | Attempts to calculate the wave period given a series of transitions for the stream, returns calculated period | |
SetPacketFmt | Sets the graphical format of the packets added with AddPacket and Add...Packets | |
GetPacketFmt | Returns the graphical format of the packets added with AddPacket and Add...Packets | |
AddPacket | Adds an overlay packet to the stream at a given offset from the current time | |
AddStepPackets | Adds overlay packets to the stream by decoding the stream contents with a fixed period rate | |
AddSyncPackets | Adds overlay packets to the stream by decoding the stream contents with a variable period rate | |
ClearPackets | Clears existing overlay packets from the stream | |
ClearAllPackets | Clears all existing overlay packets from the stream | |
TicksToSecs | Converts a duration in ticks into a time in seconds | |
SecsToTicks | Converts a time in seconds into a duration in ticks |
FloatToStorageULong | Converts a float to an array containing 4 bytes | |
StorageULongToFloat | Returns a float value from an unsigned long representation (used to store or transfer it) | |
GetFrequencyArray | Calculates the frequency from an array of data. | |
GetAmplitudeArray | Calculates the amplitude from an array of data. |
AddText | Adds a window to the list of consoles available | |
AddMemory | Adds a window to the list of consoles available | |
GetDefault | Gets the default (read-only) console window | |
GetConsole | Gets a console window | |
GetName | Returns the name of a console | |
Rename | Renames the given console | |
SetMemMode | Sets whether to show address and bytes for the console | |
SetInputRGB | Sets the colour of text inserted by the user from now on | |
SetOutputRGB | Sets the colour of text inserted by the component from now on | |
WriteText | Adds a block of text to the console window | |
GetLineText | Reads a line of text from the given console, pass -1 for final line | |
SetLineText | Writes a line of text from the given console, pass -1 for final line | |
GetLineBytes | Reads a line of bytes from the given console extending the array if needed | |
SetLineBytes | Writes a line of bytes from the given console, pass -1 for final line | |
CountLines | Counts the number of lines in the console | |
ClearText | Clears all the text in the console |
GetPort | Gets a ports value from its index | |
SetPort | Sets a ports value from its index | |
GetAn | Gets an analog value from its channel index | |
SetAn | Sets an analog value from its index, range 0->1 | |
DecodePort | Gets a ports details from its name or index |
PathName | Expands a string using the built-in pathname expansion variables | |
MacroName | Expands a string to the name of a macro used in the generated code | |
VarName | Expands a string to the name of a global variable used in the generated code | |
Property | Expands a string to the name of a property used in the generated code | |
MacroHead | Expands a macro name to the code generated for the header of that macro | |
MacroBody | Expands a macro name to the code generated for the body of that macro | |
MacroTail | Expands a macro name to the code generated for the tail of that macro |
GetValue | Gets the value of the given object, if available | |
GetName | Gets the name of the given object | |
GetPath | Gets the full '.' separated name of the given object | |
GetSubValue | Gets the value of a named sub-item of the given object, if available | |
Traverse | Updates the object to step depth-first through the tree | |
StepNext | Updates the object to point to the next (younger) sibling | |
StepNamedNext | Updates the object to point to the next (younger) sibling matching the name | |
StepNamedIndex | Updates the object to point to the Nth next (younger) sibling matching the name | |
StepLast | Updates the object to point to the last (elder) sibling | |
StepParent | Updates the object to point to its parent object | |
StepRoot | Updates the object to point to the root of the tree | |
StepChildHead | Updates the object to point to the head (eldest) child | |
StepChildTail | Updates the object to point to the tail (youngest) child | |
StepChildPath | Updates the object to point to the '.' separated named child path | |
CountChildren | Returns the number of immediate children present for the object | |
CheckChildren | Returns true if the object has children, else false | |
CountNamedChildren | Returns the number of immediate children present for the object | |
CheckParent | Returns true if the object has a parent, else false if it is the root | |
StepSubHead | Updates the object to point to the head (eldest) attribute, if any | |
StepSubTail | Updates the object to point to the tail (youngest) attribute, if any | |
StepSubName | Updates the object to point to the named attribute, if any | |
GetCopy | Creates a copy of the handle and returns the copy |
AbsPath | Gets an absolute path from a relative filename | |
RelPath | Gets an relative path from an absolute filename | |
CreateDir | Creates a directory structure | |
GetType | Finds the type of a file: 0=Unknown, 1=File, 2=Dir, 4=Disk | |
GetSize | Gets the number of bytes in the file, by handle or name | |
Delete | Deletes the file or directory structure | |
Create | Creates the new file as a standard stream | |
Open | Opens the existing file as a standard stream | |
ReadArray | Reads an array from the file, returns elements read | |
WriteArray | Writes an array to the file | |
SetPos | Sets the position of the next read or write in the file | |
GetPos | Gets the position of the next read or write in the file | |
Flush | Writes all unwritten data to the file in one block | |
Buffer | ||
Open | Opens the existing file as a circular buffer | |
Create | Creates the new file as a circular buffer | |
ReadByte | Reads a single byte from the input stream, -1 if empty | |
WriteByte | Writes a single byte to the input stream | |
ReadArray | Reads an array from the input stream, returns elements read | |
WriteArray | Writes an array to the input stream | |
NVM | ||
Open | Opens the existing file as a block of non-volatile memory | |
Create | Creates the new file as a block of non-volatile memory | |
ReadByte | Reads a single byte from the NVM, -1 if empty | |
WriteByte | Writes a single byte to the NVM multiple times | |
ReadArray | Reads an array from the NVM, returns elements read | |
WriteArray | Writes an array to the NVM |
SimpleMsgBox | Displays a simple 'Ok' message box | |
Win32MsgBox | Invokes the Win32 API MessageBox function | |
YesNoMsgBox | Displays a simple 'Yes/No' message box | |
YesNoCancelMsgBox | Displays a simple 'Yes/No/Cancel' message box (0 == Cancel, 1 == No, 2 == Yes) | |
InputMsgBox | Displays a message box that allows the user to input text. Returns true if 'Ok' clicked, false otherwise |
GetMillisecs | Returns the value of a monotonic non-decrementing millisecond counter | |
GetUTC | Returns the current UTC Modified Julian Date value | |
GetLocal | Returns the current local time as a Modified Julian Date value | |
AddMJD | Increments or decrements a Modified Julian Date and millisecond value | |
MJDToDate | Converts a Modified Julian Date into a Gregorian calendar date | |
DateToMJD | Converts a Gregorian calendar date into a Modified Julian Date | |
MJDToSeconds | Converts a Modified Julian Date into a number of seconds since a specified epoch | |
SecondsToMJD | Returns the Modified Julian Date given by the number of seconds since a specified epoch | |
MJDToWeekday | Gets the day of the week that the MJD represents | |
GetLeapYear | Returns true if the given year is a leap year, else false | |
GetMonthDays | Returns the number of days in the given month |
Translate | Takes English text and optional hint and converts to the current language |
Notify | Sends a System.User message to the targeted component | |
Forward | Sends the currently processing message to the target | |
MacroExists | Returns true if the macro exists | |
CallMacro | Calls a macro | |
ShowHandle | Given a handle to an object with viewable presence, shows that object on screen | |
CreateHandle | Creates a general-purpose garbage collected handle for resource management | |
SetHandleWord | Sets a general purpose word in the handle for use by its owner | |
GetHandleWord | Gets a general-purpose word set by the owner of a custom handle | |
DeleteHandle | Deletes any handle created by the component | |
GetSender | Gets the handle of the component that posted this event - 0 for system | |
TimerStart | Calls the Component.Timer event with Ident as an argument after Millisecs time | |
TimerStop | Kills any timers with the given ident for this component | |
WDTEnable | Enables or disables the software watchdog during long operations | |
ClaimEvent | Claims an event message by name, returns true if claimed | |
ReleaseEvent | Releases a previously claimed an event message by name, returns true if released | |
EnableEvent | Allows an event to be fired or removes the ability for an event to fire - this may be nested | |
ClaimMouse | Claims mouse clicks for the target object | |
ReleaseMouse | Releases mouse clicks for the target object | |
RedirectMacros | Allows calls to one of your children to be redirected to another component | |
StartSim | Start the simulation engine | |
StopSim | Stop the simulation engine | |
SetSimSpeed | Sets the speed the simulation engine | |
SetClipboardData | Sets the clipboard with text data | |
ReadClipboardData | Reads text data from the clipboard | |
GetHasFocus | Checks to see if a Flowcode window has the focus | |
ShellExecute | Launches an external file or program on this computer | |
WriteRegistryInt | Writes an integer value to the registry | |
WriteRegistryString | Writes a string value to the registry | |
ReadRegistryInt | Reads an integer value from the registry | |
ReadRegistryString | Reads a string value from the registry |
Prints out the string or value on a line in the debug window | ||
PrintLn | Prints out the string or value with a new-line in the debug window | |
TestFunction | Temporary debug function |
Events
Preprocess | Broadcast to all components immediately before compilation is started | |
AddProperty | Sent to a component to allow dynamic amendment of global property declarations | |
AddConst | Sent to a component to allow dynamic amendment of global variable declarations | |
AddVarSize | Sent to a component to allow dynamic amendment of global array-size declarations | |
AddVar | Sent to a component to allow dynamic amendment of global constant declarations | |
AddHeader | Sent to a component to allow dynamic amendment of header code | |
AddInterrupts | Sent to a component to allow dynamic amendment of the interrupts for a component | |
AddInterrupt | Sent to a component to allow dynamic amendment of a single interrupts code | |
Start | Broadcast to all components that compilation is starting | |
Stop | Broadcast to all components that compilation has stopped | |
GetVarSize | Sent to a component to amend the size of the expected array | |
HtmlBodyInfo | Sent to a component to retrieve tags to be placed in the html body | |
HtmlScriptHeader | Sent to a component to retrieve script code to be placed in the html header section |
PropertyEx | Sent when a property has been changed by the User (specific property and value identified) | |
Property | Sent when a property has been changed by the User | |
ProjectClosedown | Sent to the component when the project is closing | |
Added | Broadcast to all existing components once a new component has been added | |
Adding | Broadcast to all existing components when a new component is about to be added | |
Resize | Sent to the mouse target when the user has altered the position of a component child | |
Removed | Broadcast to all remaining components after a component has been removed | |
Removing | Broadcast to all existing components when a component is about to be removed | |
Renamed | Sent to the component when the component is renamed | |
Deleted | Closedown routine for the component | |
Deleting | Send to a component when it is being deleted | |
Initialise | Initialisation routine for the component once the component is linked to its parent | |
Initialising | Initialisation routine before the component is linked to its parent |
AddLine | Post to the owning component when a line is inserted by the user | |
TextChanged | Post when the console text is changed by the user in some way | |
MemChanged | Post when the console memory is changed by the user in some way |
PinPopulate | Sent when auto-populate of digital connections is requested | |
PinChange | Sent during simulation if a connected port pin changes | |
AnPopulate | Sent when auto-populate of analog connections is requested | |
AnChange | Sent during simulation if a connected ADC channel changes | |
ChipChange | Sent when the target device has changed | |
Unconnected | Sent when the component is compiled with unconnected pins | |
FCDChange | Sent when some settings of the target device have changed |
Pause | Broadcast to all components that simulation has paused | |
Resume | Broadcast to all components that simulation has resumed | |
Start | Broadcast to all components that simulation is starting | |
Stop | Broadcast to all components that simulation has stopped |
CleanHandle | Called when a custom handle is deleted to allow cleanup of resources | |
Timer | Called back on the panel command System.TimerStart | |
User | Called back on the panel command System.Notify | |
LoadComplete | Broadcast after a project has finished loading |
Complete | Sent when a sound queued by the component has finished playing |
ResyncPacket | Sent when Packet_ResyncEv is specified in scope decoding | |
Decode | Sent when a block of the stream is to be decoded into packets | |
FmtPacket | Sent when a %e is read in a format string when decoding a packet | |
Overlay | Sent when the mouse hovers over a scope stream |
GraphicPoll | Called when a tooltip graphic is updating with the draw image already pushed | |
GetText | Called when a tooltip text string can be displayed | |
GetGraphic | Called when a tooltip graphic can be displayed with the draw image already pushed |
Animated | Notification than an animation has finished | |
Background | Updates the background container of the 2d panel | |
Redraw | Reconstructs and redraws the target component |
ButtonName | Sent to give a meaningful name to a button on a simulated mouse-click | |
KeyMapDown | Post when a mapped key is pressed for the component | |
KeyMapUp | Post when a mapped key is released for the component | |
MappingKeys | Sent to find out how many keys it is possible to map to the component during simulation | |
MappingName | Sent to give a meaningful name to a custom key-map event for a component |