Other great resources: Official JS API docs, Scripting Forum

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Set the rate at which droids gain experience...

 

Syntax

getExperienceModifier(player)

Parameters

ParameterTypeMandatoryNotesGame Version
playerNumber(tick)The player to inspect.3.2

Return values

ValueTypeNotesGame Version
(question)(question)(question)3.2
<error>ErrorInvalid parameters.3.2

Example

// determine what rate my droids gain experience:
var myExpModifier = getExperienceModifier(me);
Availability DEV

Requires:

  • Warzone 3.2 or above
Contents

Jump to:

See also

Related articles:

 

  • No labels