Method | Description | |
---|---|---|
Initialize ( ) : void | ||
LogMessage ( string message ) : void | ||
PurchaseItem ( string item ) : void | ||
SetIsGuest ( object returnValue ) : void | ||
SetUsername ( object returnValue ) : void | ||
ShowSignIn ( ) : void | ||
SubmitStat ( string statistic, int value ) : void |
Method | Description | |
---|---|---|
CallAPIFunction ( string functionCall ) : void | ||
CallAPIFunction ( string functionCall, string callback ) : void | ||
OnKongregateAPILoaded ( string userInfo ) : void | ||
SetUserId ( object returnValue ) : void | ||
SetUserItems ( object returnValue ) : void |
public SetIsGuest ( object returnValue ) : void | ||
returnValue | object | |
return | void |
public SetUsername ( object returnValue ) : void | ||
returnValue | object | |
return | void |
public SubmitStat ( string statistic, int value ) : void | ||
statistic | string | |
value | int | |
return | void |