Method | Description | |
---|---|---|
AddEventHandlerLua ( ) : int | ||
AddMovieEventHandlerLua ( ) : int | ||
AttachMovieLua ( Movie movie ) : int | ||
CallEventFunctionLua ( int eventId, Movie movie, Button button ) : void | ||
CallFunctionLua ( string function, Movie movie ) : void | ||
DestroyLua ( ) : void | ||
DestroyMovieLua ( Movie movie ) : void | ||
GetFieldLua ( Movie movie, string key ) : bool | ||
GetFunctionsLua ( int movieId, string &loadFunc, string &postLoadFunc, string &unloadFunc, string &enterFrameFunc, bool forRoot ) : void | ||
GetTextLua ( Movie movie, string textName ) : string | ||
InitLua ( ) : void | ||
PushHandlerLua ( int handlerId ) : bool | ||
SetFieldLua ( Movie movie, string key ) : bool |
Method | Description | |
---|---|---|
AddButtonEventHandlerLua ( ) : int |
public CallEventFunctionLua ( int eventId, Movie movie, Button button ) : void | ||
eventId | int | |
movie | Movie | |
button | Button | |
return | void |
public CallFunctionLua ( string function, Movie movie ) : void | ||
function | string | |
movie | Movie | |
return | void |
public DestroyMovieLua ( Movie movie ) : void | ||
movie | Movie | |
return | void |
public GetFieldLua ( Movie movie, string key ) : bool | ||
movie | Movie | |
key | string | |
return | bool |
public GetFunctionsLua ( int movieId, string &loadFunc, string &postLoadFunc, string &unloadFunc, string &enterFrameFunc, bool forRoot ) : void | ||
movieId | int | |
loadFunc | string | |
postLoadFunc | string | |
unloadFunc | string | |
enterFrameFunc | string | |
forRoot | bool | |
return | void |
public GetTextLua ( Movie movie, string textName ) : string | ||
movie | Movie | |
textName | string | |
return | string |
public PushHandlerLua ( int handlerId ) : bool | ||
handlerId | int | |
return | bool |
public SetFieldLua ( Movie movie, string key ) : bool | ||
movie | Movie | |
key | string | |
return | bool |