-
Notifications
You must be signed in to change notification settings - Fork 1
Core Index
Hyomoto edited this page Jun 24, 2021
·
16 revisions
Jump To | back |
---|
- array_binary_search( array, value, *func )
- array_combine( arrays... )
- array_difference( array1, array2 )
- array_insertion_sort( array, *sort_or_func )
- array_intersection( array1, array2 )
- array_merge_sort( array, *sort_or_func )
- array_quicksort( array, *sort_or_func, *pivot )
- array_reverse( array )
- array_shuffle( array, *rand )
- array_simple_search( array, value, *func )
- array_swap( array, a, b )
- array_to_string( array, *divider )
- array_union( array1, array2 )
- array_unique( array )
- error_type( error )
- file_search( filetype, directory, *sub, output )
- include( object_index )
- int_wrap( value, min, max )
- string_break( string, width, *chars )
- string_con( )
- string_explode( string, divider, *trim )
- string_find_first( chars, string, *start_at )
- string_from_time( seconds, format )
- string_pad( string, spaces, left?, *character )
- string_to_real( value )
- string_trim( string, *chars )
- struct_type( struct, type )
- ReservedKeyword( _call, _value )
- BadValueFormat( _call, _type, _extra )
- BadJSONFormat( _call )
- UnexpectedTypeMismatch( _call, _value, _expected )
- InvalidArgumentType( _call, _arg, _value, _expected )
- ValueNotFound( _call, _value, _index )
- IndexOutOfBounds( _call, _index, _bounds )
- NoGamepadVirtualPortAvailable( _type )
- BadScriptFormat( _type, _source, _line_number, _line )
Devon Mullane 2020