Gameplay::isIncidentValid

From RAGE Multiplayer Wiki
Revision as of 20:19, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
=================================================
Correction, I have change this to int, instead of int*
as it doesn't use a pointer to the createdIncident.
If you try it you will crash (or) freeze.
=================================================

Syntax

gameplay.isIncidentValid(incidentId);

Required Arguments

  • incidentId: int

Return value

  • int

Example

todo

See also

Template:Gameplay function c