C# 클래스 QFramework.QLuaHelper

파일 보기 프로젝트 열기: liangxiegame/QFramework

공개 메소드들

메소드 설명
GetType ( string classname ) : Type

getType

OnCallLuaFunc ( LuaByteBuffer data, LuaFunction func ) : void

pbc/pblua函数回调

OnJsonCallFunc ( string data, LuaFunction func ) : void

cjson函数回调

메소드 상세

GetType() 공개 정적인 메소드

getType
public static GetType ( string classname ) : Type
classname string
리턴 System.Type

OnCallLuaFunc() 공개 정적인 메소드

pbc/pblua函数回调
public static OnCallLuaFunc ( LuaByteBuffer data, LuaFunction func ) : void
data LuaInterface.LuaByteBuffer
func LuaInterface.LuaFunction
리턴 void

OnJsonCallFunc() 공개 정적인 메소드

cjson函数回调
public static OnJsonCallFunc ( string data, LuaFunction func ) : void
data string
func LuaInterface.LuaFunction
리턴 void