C# Class FSO.IDE.ResourceBrowser.ResourceEditors.TTABResourceControl

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
ActiveTTAB TTAB
Object GameObject
Resource GameIffResource
Strings TTAs

Méthodes publiques

Méthode Description
GetBHAV ( ushort id ) : BHAV
GetTTA ( uint index ) : string
SetActiveObject ( GameObject obj ) : void
SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
SetOBJDAttrs ( OBJDSelector selectors ) : void
TTABResourceControl ( ) : System
UpdateListing ( ) : void
UpdateSelection ( int sel ) : 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
AddBtn_Click ( object sender, EventArgs e ) : void
CheckButton_Click ( object sender, EventArgs e ) : void
FlagCheckedChanged ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

InteractionList_SelectedIndexChanged ( object sender, EventArgs e ) : void
InteractionPathName_TextChanged ( object sender, EventArgs e ) : void
LanguageCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void
MaxMotive_ValueChanged ( object sender, EventArgs e ) : void
MinMotive_ValueChanged ( object sender, EventArgs e ) : void
MotiveList_SelectedIndexChanged ( object sender, EventArgs e ) : void
MotivePersonality_SelectedIndexChanged ( object sender, EventArgs e ) : void
MoveDownBtn_Click ( object sender, EventArgs e ) : void
MoveUpBtn_Click ( object sender, EventArgs e ) : void
PieView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
RemoveBtn_Click ( object sender, EventArgs e ) : void
SearchBox_TextChanged ( object sender, EventArgs e ) : void
UpdateMotiveList ( ) : void
checkBox9_CheckedChanged ( 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

GetBHAV() public méthode

public GetBHAV ( ushort id ) : BHAV
id ushort
Résultat BHAV

GetTTA() public méthode

public GetTTA ( uint index ) : string
index uint
Résultat string

SetActiveObject() public méthode

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

SetActiveResource() public méthode

public SetActiveResource ( IffChunk chunk, GameIffResource res ) : void
chunk IffChunk
res GameIffResource
Résultat void

SetOBJDAttrs() public méthode

public SetOBJDAttrs ( OBJDSelector selectors ) : void
selectors OBJDSelector
Résultat void

TTABResourceControl() public méthode

public TTABResourceControl ( ) : System
Résultat System

UpdateListing() public méthode

public UpdateListing ( ) : void
Résultat void

UpdateSelection() public méthode

public UpdateSelection ( int sel ) : void
sel int
Résultat void

Property Details

ActiveTTAB public_oe property

public TTAB ActiveTTAB
Résultat TTAB

Object public_oe property

public GameObject Object
Résultat GameObject

Resource public_oe property

public GameIffResource Resource
Résultat GameIffResource

Strings public_oe property

public TTAs Strings
Résultat TTAs