HutongGames_PlayMaker::​NamedVariable
UnityObjectLink
HutongGames_PlayMaker::​NamedVariable
HutongGames_PlayMaker::​FsmArray
HutongGames_PlayMaker::​FsmBool
HutongGames_PlayMaker::​FsmColor
HutongGames_PlayMaker::​FsmEnum
and 9 other children

class:/TYPE/HutongGames.PlayMaker.NamedVariable//, can be loaded from an assetbundle using HutongGames_PlayMaker::NamedVariable::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
castvariable
HutongGames.PlayMaker.NamedVariable castvariable
isnone
readonly System.Boolean isnone
name
System.String name
networksync
System.Boolean networksync
rawvalue
System.Object rawvalue
showininspector
System.Boolean showininspector
tooltip
System.String tooltip
typeconstraint
readonly HutongGames.PlayMaker.VariableType typeconstraint
usesvariable
readonly System.Boolean usesvariable
usevariable
System.Boolean usevariable
variabletype
readonly HutongGames.PlayMaker.VariableType variabletype
Functions
clear
System.Void Clear()
Returns

System.Void

clone
HutongGames.PlayMaker.NamedVariable Clone()
Returns

HutongGames.PlayMaker.NamedVariable

compareto
System.Int32 CompareTo(
System.Object target
)

System.Object target-no documentation

Parameters

target -

Returns

System.Int32

debugstring
System.String DebugString()
Returns

System.String

getdisplayname
System.String GetDisplayName()
Returns

System.String

hutonggames_playmaker::​namedvariable::​create
static HutongGames.PlayMaker.NamedVariable Create (
HutongGames.PlayMaker.NamedVariable source
)

Constructor replaces new;

Parameters
source
HutongGames.PlayMaker.NamedVariable

no description

Returns

HutongGames.PlayMaker.NamedVariable

hutonggames_playmaker::​namedvariable::​create
static HutongGames.PlayMaker.NamedVariable Create (
System.String name
)

Constructor replaces new;

Parameters
name
System.String

no description

Returns

HutongGames.PlayMaker.NamedVariable

hutonggames_playmaker::​namedvariable::​create
static HutongGames.PlayMaker.NamedVariable Create ()

Constructor replaces new;

Returns

HutongGames.PlayMaker.NamedVariable

hutonggames_playmaker::​namedvariable::​fromassetbundle
static HutongGames.PlayMaker.NamedVariable CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

HutongGames.PlayMaker.NamedVariable

hutonggames_playmaker::​namedvariable::​isnullornone
static System.Boolean IsNullOrNone(
HutongGames.PlayMaker.NamedVariable variable
)

HutongGames.PlayMaker.NamedVariable variable-no documentation

Parameters

variable -

Returns

System.Boolean

init
System.Void Init()
Returns

System.Void

safeassign
System.Void SafeAssign(
System.Object val
)

System.Object val-no documentation

Parameters

val -

Returns

System.Void

setname
System.Void SetName(
System.String newName
)

System.String newName-no documentation

Parameters

newName -

Returns

System.Void

tofloat
System.Single ToFloat()
Returns

System.Single

toint
System.Int32 ToInt()
Returns

System.Int32