VisionaireObject Commands

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 14:11, 5 August 2023 by EK (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)