Difference between revisions of "VisionaireObject Commands"

From The Official Visionaire Studio: Adventure Game Engine Wiki
(Created page with "This is a list of methods and fields supported on a Visionaire Object (TVisObj). == Methods == {| class="ts" |- ! style="width:20%" | Function Name ! Description |- | Vis...")
 
Line 5: Line 5:
 
{| class="ts"
 
{| class="ts"
 
|-
 
|-
! style="width:20%" | Function Name  
+
! style="width:15%" | Function Name  
 
! Description
 
! Description
 
|-
 
|-
Line 115: Line 115:
 
{| class="ts"
 
{| class="ts"
 
|-
 
|-
! style="width:20%" | Field Name  
+
! style="width:15%" | Field Name  
! Type
+
! style="width:10%" | Type
 
! Description
 
! Description
 
|-
 
|-

Revision as of 15:19, 5 August 2023

This is a list of methods and fields supported on a Visionaire Object (TVisObj).

Methods

Function Name Description
isEmpty
isAnyObject
getId
getParent
getObject
getName
setName
setValue
clearLink
setTextStr
getInt
getFloat
getBool
getStr
getPath
getSprite
getRect
getPoint
getLink
getLinks
debug
getPoints
getRects
getSprites
getPaths
getInts
getFloats
getTexts
getTextStr
to
duplicate
create
remove
info


Fields

Field Name Type Description
id int (readonly)
name string (readonly)
parent TVisObj (readonly)
tableId int (readonly)