GET UEFA5 TAB

From FIFA Manager Modding Wiki
GET_UEFA5_TAB
ID 4
Games
scripting instructions

Tries to add the specified number of teams, from the highest-level national league in the country that is placed at the specified position in the assessement table.

Parameter Location Description
SHORT inline assesment position (starting from 1) of the country
BYTE inline table position in the highest-level national league in the country
BYTE inline number of teams
  • Tries to add the specified number of teams from the highest-level national league in the country
  • IF the team was added
    • Decreases reserved assessment space.

Notes[edit | edit source]

This instruction should be called only after the table for assessment spaces was allocated with BUILD_COUNTER instruction. The assessment position parameter should be lesser than the allocated table size.