AR_Engine_SDK
|
Functions | |
function tolua | type (ud) |
function tolua | cast (ud, type) |
function tolua | isnull (ud) |
function tolua | setpeer (ud, t) |
function tolua | getpeer (ud) |
function tolua | iskindof (ud, type) |
function tolua | getcfunction () |
function tolua | inherit () |
function tolua | takeownership () |
function tolua | releaseownership () |
Variables | |
tolua = {} | |
function tolua getcfunction | ( | ) |
function tolua getpeer | ( | ud | ) |
getpeer 获取userdata的扩展表
ud | userdata |
function tolua inherit | ( | ) |
function tolua isnull | ( | ud | ) |
isnull 判断userdata 是否是空指针
ud | userdata |
function tolua releaseownership | ( | ) |
function tolua setpeer | ( | ud | , |
t | |||
) |
setpeer 给userdata设置扩展表
ud | userdata |
t | table |
function tolua takeownership | ( | ) |
function tolua type | ( | ud | ) |
type 获取userdata 的c++类型
ud | userdata |
tolua = {} |