Game (functions)/Team Management/Table: Difference between revisions

From PMDOWiki
Imbion (talk | contribs)
Created page with "{| class="wikitable" |- ! Function !! Description |- | GetTeamLeaderIndex|| Returns the index of the currently player controlled entity in the party. |- | SetTeamLeaderIndex|| Sets the leader to the chosen index in the party. |- | SetCanSwitch|| Configure the ability to switch leaders in the save file. |- | SetCanRecruit|| Configure the ability to recruit in the save file. |- |}"
 
Imbion (talk | contribs)
No edit summary
 
Line 3: Line 3:
! Function !! Description
! Function !! Description
|-
|-
| GetTeamLeaderIndex|| Returns the index of the currently player controlled entity in the party.
|GetTeamLeaderIndex|| Returns the index of the currently player controlled entity in the party.
|-
|-
| SetTeamLeaderIndex|| Sets the leader to the chosen index in the party.
|SetTeamLeaderIndex|| Sets the leader to the chosen index in the party.
|-
|-
| SetCanSwitch|| Configure the ability to switch leaders in the save file.
|SetCanSwitch|| Configure the ability to switch leaders in the save file.
|-
|-
| SetCanRecruit|| Configure the ability to recruit in the save file.
|SetCanRecruit|| Configure the ability to recruit in the save file.
|-
|SetTeamName
|Sets the name of the player's team.
|-
|GetTeamName
|Gets the name of the player's team. Returns the name of the team.
|-
|-
|}
|}

Latest revision as of 22:19, 17 January 2026

Function Description
GetTeamLeaderIndex Returns the index of the currently player controlled entity in the party.
SetTeamLeaderIndex Sets the leader to the chosen index in the party.
SetCanSwitch Configure the ability to switch leaders in the save file.
SetCanRecruit Configure the ability to recruit in the save file.
SetTeamName Sets the name of the player's team.
GetTeamName Gets the name of the player's team. Returns the name of the team.