mirror of https://github.com/axmolengine/axmol.git
18 lines
418 B
Lua
18 lines
418 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module Ref
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Ref] release
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Ref] retain
|
||
|
-- @param self
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#Ref] getReferenceCount
|
||
|
-- @param self
|
||
|
-- @return unsigned int#unsigned int ret (return value: unsigned int)
|
||
|
|
||
|
return nil
|