AR_Engine_SDK
Functions | Variables
FxPropertyObject.lua File Reference
类 FxPropertyObject 继承关系图:
Inheritance graph

Functions

function FxPropertyObject GetProperty (szPropertyName) end
 
function FxPropertyObject GetCategoryNum () end
 
function FxPropertyObject GetCategoryName (nCategory) end
 
function FxPropertyObject GetProperties (nCategory) end
 
function FxPropertyObject CopyValueFrom (pPropertyObject) end
 

Variables

 FxPropertyObject = {}
 

Function Documentation

◆ CopyValueFrom()

function FxPropertyObject CopyValueFrom ( pPropertyObject  )

从另一个属性对象拷贝信息

Parameters
pPropertyObjectFxPropertyObject 要拷贝的属性对象
Returns
boolean 是否拷贝成功

◆ GetCategoryName()

function FxPropertyObject GetCategoryName ( nCategory  )

获取某一类别名称

Parameters
nCategorynumber 属性类别
Returns
string 类别名称

◆ GetCategoryNum()

function FxPropertyObject GetCategoryNum ( )

获取类别数目

Returns
number 类别数目

◆ GetProperties()

function FxPropertyObject GetProperties ( nCategory  )

获取某一类别所有属性信息

Parameters
nCategorynumber 属性类别
Returns
FxProperty[] 所有属性信息数组指针

◆ GetProperty()

function FxPropertyObject GetProperty ( szPropertyName  )

获取某一个属性对应的指针对象

Parameters
szPropertyNamestring 属性名称
Returns
FxProperty 属性指针对象

Variable Documentation

◆ FxPropertyObject