C# Class FOnline.AngelScript.ScriptFunction

Exposes the functionality of asIScriptFunction implementation.
ファイルを表示 Open project: wladimiiir/vault112 Class Usage Examples

Public Methods

Method Description
AddRef ( ) : void
GetDeclaration ( bool include_objectname, bool include_namespace ) : string
GetParamTypeId ( uint arg, asETypeModifiers &modifier ) : int
Release ( ) : void
ScriptFunction ( IntPtr ptr ) : System

Private Methods

Method Description
ScriptFunction_AddRef ( IntPtr ptr ) : void
ScriptFunction_GetDeclaration ( IntPtr thisptr, bool include_objectname, bool include_namespace ) : string
ScriptFunction_GetId ( IntPtr thisptr ) : int
ScriptFunction_GetName ( IntPtr thisptr ) : string
ScriptFunction_GetParamTypeId ( IntPtr thisptr, uint arg, int &modifier ) : int
ScriptFunction_GetReturnTypeId ( IntPtr thisptr ) : int
ScriptFunction_Release ( IntPtr ptr ) : void

Method Details

AddRef() public method

public AddRef ( ) : void
return void

GetDeclaration() public method

public GetDeclaration ( bool include_objectname, bool include_namespace ) : string
include_objectname bool
include_namespace bool
return string

GetParamTypeId() public method

public GetParamTypeId ( uint arg, asETypeModifiers &modifier ) : int
arg uint
modifier asETypeModifiers
return int

Release() public method

public Release ( ) : void
return void

ScriptFunction() public method

public ScriptFunction ( IntPtr ptr ) : System
ptr System.IntPtr
return System