getExperienceModifier()

(info) Other great resources: Official JS API docs, Scripting Forum

getExperienceModifier()

Set the rate at which droids gain experience...

 

Syntax

getExperienceModifier(player)

Parameters

Parameter

Type

Mandatory

Notes

Game Version

Parameter

Type

Mandatory

Notes

Game Version

player

Number

The player to inspect.

3.2

Return values

Value

Type

Notes

Game Version

Value

Type

Notes

Game Version

3.2

<error>

Error

Invalid parameters.

3.2

Example

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