A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
PADDINGX — Property in class Andrograde.APIButton
PADDINGY — Property in class Andrograde.APIButton
panel(panel, title, cancelFunc, color) — Method in class Andrograde.UI
Converts a Sprite with stuff drawn to it already to a panel
ex: UI.panel(mypanel, mypanel.width, mypanel.height, "My Panel", cancel);
parameters_server — Property in interface Andrograde.API
Returns all of the server variables for the game as an Object with all the parameters as member variables (like URLVariables)
parameters_server — Property in class Andrograde.APIClient
Returns all of the server variables for the game as an Object with all the parameters as member variables (like URLVariables)
parameters_server_sync(callback) — Method in interface Andrograde.API
synchronizes the server parameters with the server
parameters_server_sync(callback) — Method in class Andrograde.APIClient
synchronizes the server parameters with the server
parameters_url — Property in interface Andrograde.API
Returns all of the url parameters to the swf as an Object with all the parameters as member variables (like URLVariables)
parameters_url — Property in class Andrograde.APIClient
Returns all of the url parameters to the swf as an Object with all the parameters as member variables (like URLVariables)
plays — Property in interface Andrograde.API
Returns how many global plays this game has had
plays — Property in class Andrograde.APIClient
Returns how many global plays this game has had
points — Property in class Andrograde.User
returns how many Andrograde points the user has
points_per_dollar — Property in interface Andrograde.API
returns how many Andrograde points there is in a dollar
points_per_dollar — Property in class Andrograde.APIClient
returns how many Andrograde points there is in a dollar
premium — Property in class Andrograde.User
returns whether the user is a premium user or not, you can use this to give discounts to premium users
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z