MANUAL for GMnet ENGINE and GMnet CORE
htme_globalSetFAST(name,value,datatype)
See htme_globalSet.
The only difference is that this script uses the FAST sync type. This means in rare cases when using this function the global Sync cache may be desynced, therefor only use this function in very specific cases.
More information: Bonus 2 - Global Sync (Sync a pool of variables editable by all)
var value = 1+1;
htme_globalSetFAST("name",value,buffer_u8);
Name | type | description |
---|---|---|
name | string | The name of the variable |
value | real/string | The (new) value of the variable you want to store |
datatype | real | See Buffer type |
Nothing
All pages in this manual are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Manuals / GMnet ENGINE Manual
GameMaker: Studio is owned by YoYoGames. GMnet is not affiliated with YoYoGames.
The GMnet logos use icons from Entypo (http://entypo.com/) and Open Iconic (https://useiconic.com/open/). They are licensed under CC BY-SA 4.0.