JAVASCRIPT REQUIRED
Data Structures
Lists
ds_list_cv(id[,sample])
Returns the coefficient of deviation (C.V.) of the given list.
ds_list_dispersion(id)
Returns the dispersion of the given list.
ds_list_flip(dsid)
Rearranges the elements of a given ds_list in reverse order.
ds_list_load(filename [,separator])
Loads the elements of a previously saved ds_list from the given file.
ds_list_max(id)
Returns the maximum value of the given list.
ds_list_mean(id)
Returns the mean (average) of all elements in the given list.
ds_list_median(id)
Returns the median value of all elements in the given list.
ds_list_min(id)
Returns the minimum value of the given list.
ds_list_pop_standard_deviation(id)
Returns the population standard deviation of all elements in the given list.
ds_list_save(dsid,filename [,separator])
Saves the contents of the given ds_list data structure to a given file.
ds_list_standard_deviation(id [,sample])
Returns the standard deviation of the elements in a given list.
ds_list_standard_score(id,pos)
Returns the standard score (z-score) of the value at position pos in the given list.
ds_list_sum(id)
Returns the sum of all elements in the given list.
ds_list_sum_squares(id)
Returns the sum of squares of all elements in the given list.
ds_list_variance(id)
Returns the variance of the given list.
ds_list_vrm(id [,sample])
Returns the variance-to-mean ratio (V.R.M.) of the given list.
string_parse(str,token,ignore_null)
Returns a ds_list containing all substrings taken from str which were seperated by token.
Comments?
GMLscripts.com
New User
Forgot Password
Script News
Script Index
GML Reference 7
Submit A Script
Code Highlighter
GMLjoint Forums
RSS Feed
Math & Computation
Array Functions
Bitwise Operations
Data & Number Conversion
Date-Time Functions
Distance Functions
Encryption Functions
Geometric Functions
Parametric Functions
Probability Functions
Real-valued Functions
String Handling Functions
Game Play
Artificial Intelligence
Collision Checking
Instances
Moving Around
User Interaction
The Mouse
The Joystick
Game Graphics
Background Functions
Color Manipulation
Drawing Shapes
Fonts and Text
Sprite Functions
Surface Functions
3D Graphics
Model Functions
Sound
No Scripts Available
Resources
Sprite Resources
Resource Management
File System & OS
File Functions
Data Structures
Grid Functions
List Functions
Map Functions
Networking
No Scripts Available