C# 클래스 FOnline.AngelScript.ScriptFunction

Exposes the functionality of asIScriptFunction implementation.
파일 보기 프로젝트 열기: wladimiiir/vault112 1 사용 예제들

공개 메소드들

메소드 설명
AddRef ( ) : void
GetDeclaration ( bool include_objectname, bool include_namespace ) : string
GetParamTypeId ( uint arg, asETypeModifiers &modifier ) : int
Release ( ) : void
ScriptFunction ( IntPtr ptr ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

AddRef() 공개 메소드

public AddRef ( ) : void
리턴 void

GetDeclaration() 공개 메소드

public GetDeclaration ( bool include_objectname, bool include_namespace ) : string
include_objectname bool
include_namespace bool
리턴 string

GetParamTypeId() 공개 메소드

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

Release() 공개 메소드

public Release ( ) : void
리턴 void

ScriptFunction() 공개 메소드

public ScriptFunction ( IntPtr ptr ) : System
ptr System.IntPtr
리턴 System