C# Class Pokemon3D.Scripting.Types.SBool

Inheritance: SProtoObject
Show file Open project: nilllzz/Pokemon3D Class Usage Examples

Private Properties

Property Type Description
ConvertToScriptString string
Factory SBool
SBool
SBool
SizeOf double
ToBool SBool
ToNumber SNumber
ToScriptObject string
ToScriptSource string
ToString SString
TypeOf string

Private Methods

Method Description
ConvertToScriptString ( bool value ) : string

Converts the value to the script representation.

Factory ( bool value ) : SBool

Creates an instance of the SBool class and sets an initial value.

SBool ( )

Creates a new instance of the SBool class without setting a default value.

SBool ( bool value )
SizeOf ( ) : double
ToBool ( ScriptProcessor processor ) : SBool
ToNumber ( ScriptProcessor processor ) : SNumber
ToScriptObject ( ) : string
ToScriptSource ( ) : string
ToString ( ScriptProcessor processor ) : SString
TypeOf ( ) : string