Karos Graveyard Wiki
Advertisement


Player_AllowDockFromUIOverride(<iPlayerIndex>, <sShipType>)
Description
Every <sShipType> in the player's fleet is granted the ability to dock by the UI, even if they are prohibited from doing so by ship tuning.
Will not grant the ability to ships which don't have it.
Example
Player_AllowDockFromUIOverride(0, "Hgn_MarineFrigate")
Arguments
<iPlayerIndex>: the index number of a player
<sShipType>: the ship type as a quoted string
Scope
  • GameType
Related Pages
Advertisement