C# Class LWF.LWF

Mostra file Open project: explodingbarrel/lwf Class Usage Examples

Public Methods

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

Private Methods

Method Description
AddButtonEventHandlerLua ( ) : int

Method Details

AddEventHandlerLua() public method

public AddEventHandlerLua ( ) : int
return int

AddMovieEventHandlerLua() public method

public AddMovieEventHandlerLua ( ) : int
return int

AttachMovieLua() public method

public AttachMovieLua ( Movie movie ) : int
movie Movie
return int

CallEventFunctionLua() public method

public CallEventFunctionLua ( int eventId, Movie movie, Button button ) : void
eventId int
movie Movie
button Button
return void

CallFunctionLua() public method

public CallFunctionLua ( string function, Movie movie ) : void
function string
movie Movie
return void

DestroyLua() public method

public DestroyLua ( ) : void
return void

DestroyMovieLua() public method

public DestroyMovieLua ( Movie movie ) : void
movie Movie
return void

GetFieldLua() public method

public GetFieldLua ( Movie movie, string key ) : bool
movie Movie
key string
return bool

GetFunctionsLua() public method

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

GetTextLua() public method

public GetTextLua ( Movie movie, string textName ) : string
movie Movie
textName string
return string

InitLua() public method

public InitLua ( ) : void
return void

PushHandlerLua() public method

public PushHandlerLua ( int handlerId ) : bool
handlerId int
return bool

SetFieldLua() public method

public SetFieldLua ( Movie movie, string key ) : bool
movie Movie
key string
return bool