mirror of https://github.com/axmolengine/axmol.git
Fix lua binding
This commit is contained in:
parent
e0aef73306
commit
09d9fcf4d6
|
@ -36,7 +36,7 @@ classes = CSLoader
|
|||
# will apply to all class names. This is a convenience wildcard to be able to skip similar named
|
||||
# functions from all classes.
|
||||
|
||||
skip = CSLoader::[nodeFromXML nodeFromProtocolBuffers createTimeline nodeWithFlatBuffers createActionTimelineNode ^createNode$]
|
||||
skip = CSLoader::[nodeFromXML nodeFromProtocolBuffers createTimeline nodeWithFlatBuffers createActionTimelineNode createNodeWithDataBuffer createTimelineWithDataBuffer ^createNode$]
|
||||
|
||||
rename_functions =
|
||||
|
||||
|
|
|
@ -53,8 +53,7 @@ skip = *::[^visit$ copyWith.* onEnter.* onExit.* ^description$ getObjectType .*
|
|||
ActionObject::[initWithDictionary initWithBinary],
|
||||
BaseData::[copy subtract],
|
||||
ActionTimelineCache::[getInstance loadActionTimelineFromXML loadAnimationWithDataBuffer],
|
||||
ActionTimeline::[setFrameEventCallFunc],
|
||||
CSLoader::[createNodeWithDataBuffer createTimelineWithDataBuffer]
|
||||
ActionTimeline::[setFrameEventCallFunc]
|
||||
|
||||
rename_functions = ActionManagerEx::[shareManager=getInstance purgeActionManager=destroyInstance],
|
||||
SceneReader::[purgeSceneReader=destroyInstance]
|
||||
|
|
Loading…
Reference in New Issue