C# Class FSO.IDE.ResourceBrowser.OBJfEditor

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
GetFunctionTable ( ) : OBJfFunctionEntry[]
OBJfEditor ( ) : System
RefreshView ( ) : void
SetAction ( int function, ushort id ) : void
SetActiveObject ( GameObject active ) : void
SetCheck ( int function, ushort id ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ActionButton_Click ( object sender, EventArgs e ) : void
CheckButton_Click ( object sender, EventArgs e ) : void
FilterCheck_CheckedChanged ( object sender, EventArgs e ) : void
FunctionList_SelectedIndexChanged ( object sender, EventArgs e ) : void
GetBHAV ( ushort id ) : BHAV
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TableCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetFunctionTable() public méthode

public GetFunctionTable ( ) : OBJfFunctionEntry[]
Résultat OBJfFunctionEntry[]

OBJfEditor() public méthode

public OBJfEditor ( ) : System
Résultat System

RefreshView() public méthode

public RefreshView ( ) : void
Résultat void

SetAction() public méthode

public SetAction ( int function, ushort id ) : void
function int
id ushort
Résultat void

SetActiveObject() public méthode

public SetActiveObject ( GameObject active ) : void
active GameObject
Résultat void

SetCheck() public méthode

public SetCheck ( int function, ushort id ) : void
function int
id ushort
Résultat void