You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e6c626f127
ClientScriptGlobal is a new Worldstate packet that handles short, long and float values for global variables in clientside scripts. Previously, short values were handled by the ScriptGlobalShort packet, while a partially implemented ScriptGlobalFloat packet also existed, but both of those packets were Object packets because they were added near the end of 2016 when only Player and Object packets existed (with the latter actually being called WorldEvent packets at the time). Both ScriptGlobalShort and ScriptGlobalFloat have now been removed. The serverside script functions previously used to interact with ScriptGlobalShort have, however, been kept so they can be adjusted to work with local variables in clientside scripts instead in a future commit. |
5 years ago | |
---|---|---|
.. | ||
ProcessorClientScriptGlobal.hpp | 5 years ago | |
ProcessorRecordDynamic.hpp | 7 years ago | |
ProcessorWorldKillCount.hpp | 5 years ago | |
ProcessorWorldMap.hpp | 7 years ago | |
ProcessorWorldWeather.hpp | 7 years ago |