Skip to content

Commit

Permalink
Updates dates
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Jul 3, 2022
1 parent 37c4364 commit 6459885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/snap_to_gml/snap_to_gml.gml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// @param struct The struct to be encoded. Can contain structs, arrays, strings, and numbers (but the root must be a struct). N.B. Will not encode ds_list, ds_map etc.
/// @param [alphabetizeStructs] (bool) Sorts struct variable names is ascending alphabetical order as per ds_list_sort(). Defaults to <false>
///
/// @jujuadams 2020-12-23
/// @jujuadams 2022-07-03

//In the general case, functions/methods cannot be deserialised so we default to preventing their serialisation to begin with
//If you'd like to throw an error whenever this function tries to serialise a function/method, set SNAP_GML_SERIALISE_FUNCTION_NAMES to -1
Expand Down
2 changes: 1 addition & 1 deletion scripts/snap_to_xml/snap_to_xml.gml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// @param struct/array The data to be encoded
/// @param [alphabetize] Optional, sorts struct attribute names in ascending alphabetical order. Defaults to <false>
///
/// @jujuadams 2022-05-09
/// @jujuadams 2022-07-03

//In the general case, functions/methods cannot be deserialised so we default to preventing their serialisation to begin with
//If you'd like to throw an error whenever this function tries to serialise a function/method, set SNAP_XML_SERIALISE_FUNCTION_NAMES to -1
Expand Down

0 comments on commit 6459885

Please sign in to comment.