C# Class LWF.LWF

Afficher le fichier Open project: explodingbarrel/lwf Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddButtonEventHandlerLua ( ) : int

Method Details

AddEventHandlerLua() public méthode

public AddEventHandlerLua ( ) : int
Résultat int

AddMovieEventHandlerLua() public méthode

public AddMovieEventHandlerLua ( ) : int
Résultat int

AttachMovieLua() public méthode

public AttachMovieLua ( Movie movie ) : int
movie Movie
Résultat int

CallEventFunctionLua() public méthode

public CallEventFunctionLua ( int eventId, Movie movie, Button button ) : void
eventId int
movie Movie
button Button
Résultat void

CallFunctionLua() public méthode

public CallFunctionLua ( string function, Movie movie ) : void
function string
movie Movie
Résultat void

DestroyLua() public méthode

public DestroyLua ( ) : void
Résultat void

DestroyMovieLua() public méthode

public DestroyMovieLua ( Movie movie ) : void
movie Movie
Résultat void

GetFieldLua() public méthode

public GetFieldLua ( Movie movie, string key ) : bool
movie Movie
key string
Résultat bool

GetFunctionsLua() public méthode

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
Résultat void

GetTextLua() public méthode

public GetTextLua ( Movie movie, string textName ) : string
movie Movie
textName string
Résultat string

InitLua() public méthode

public InitLua ( ) : void
Résultat void

PushHandlerLua() public méthode

public PushHandlerLua ( int handlerId ) : bool
handlerId int
Résultat bool

SetFieldLua() public méthode

public SetFieldLua ( Movie movie, string key ) : bool
movie Movie
key string
Résultat bool