mirror of https://github.com/axmolengine/axmol.git
19 lines
419 B
Lua
19 lines
419 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
|