Unknown enum value

From Bohemia Interactive Community
Revision as of 11:17, 30 November 2017 by Tom 48 97 (talk | contribs) (Created page with "This error occurs when an incorrect enum(erated) value is provided. '''Examples:''' <syntaxhighlight lang="cpp"> _g2 setBehaviour "CARELES"; // "CARELESS" should be used _n...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This error occurs when an incorrect enum(erated) value is provided.

Examples:

_g2 setBehaviour "CARELES"; // "CARELESS" should be used

_newWP setWaypointCombatMode "UNCHANGED"; // "NO CHANGE" should be used