Runes of Magic Wiki
Advertisement
GetPlayerClassInfo(...)

This is a function that is not fully documented yet. Supposedly returns the information of a selected player.

Parameters[]

Arguments[]

param
number - Possibly the index of the player's information list.

Returns[]

returnparam
number - So far only nil or Primary on value of 5 and Secondary on value of 9. Tested values 0-20.

Edit by Zbychos:
Server Siochain value = 4 and 7 Tested: 2010-02-17

Example[]

whatIsPrimary = GetPlayerClassInfo( 5 );
whatIsSecondary = GetPlayerClassInfo( 9 );

Notes[]


Related Functions[]

Advertisement