|
|
@@ -14967,6 +14967,7 @@ Properties:
|
|
|
- uint GetFloat16Format()
|
|
|
- uint GetFloat32Format()
|
|
|
- uint GetFormat(const String&)
|
|
|
+- Variant GetGlobalVariable(const String&)
|
|
|
- String GetInternalPath(const String&)
|
|
|
- uint GetLinearDepthFormat()
|
|
|
- uint GetLuminanceAlphaFormat()
|
|
|
@@ -15028,6 +15029,7 @@ Properties:
|
|
|
- String ReplaceExtension(const String&, const String&)
|
|
|
- uint SDBMHash(uint, uint8)
|
|
|
- void SendEvent(const String&, VariantMap& = VariantMap ( ))
|
|
|
+- void SetGlobalVariable(const String&, Variant&)
|
|
|
- void SetMiniDumpDir(const String&)
|
|
|
- void SetRandomSeed(uint)
|
|
|
- float Sign(float)
|
|
|
@@ -15561,7 +15563,6 @@ Properties:
|
|
|
- uint VO_NONE
|
|
|
- Color WHITE
|
|
|
- Color YELLOW
|
|
|
-- VariantMap globalVars
|
|
|
*/
|
|
|
|
|
|
}
|