Jump to content

Documentation Bug: Is it Camel case or Uppercase for coalition.side.xxxxxx ?


Go to solution Solved by Chump,

Recommended Posts

  • Solution
Posted
coalition.side.NEUTRAL
coalition.side.RED
coalition.side.BLUE

That's what you want to use. Example:

local group = Group.getByName("MyGroup")
if group and group:getCoalition() == coalition.side.BLUE then
  -- do stuff for blue group
end

 

  • Thanks 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...