SC2Mapster Wiki
Advertisement

AI Function[ | ]

Difficulty Value (Integer)[ | ]

GUI[ | ]

AI - Difficulty( easy / normal / advanced / expert )

Galaxy Code[ | ]

int libNtve_gf_DifficultyValueInt ( int easy, int normal, int advanced, int expert )

Description[ | ]

Returns the integer parameter that matches the current difficulty setting. This is for campaign use (in which all players have the same difficulty setting), so player 1's setting is used.

Parameters[ | ]

  • int easy
    • Name: Easy
  • int normal
    • Name: Normal
  • int advanced
    • Name: Advanced
  • int expert
    • Name: Expert

Additional Information[ | ]

Advertisement