Browse Source

Travis CI: API documentation update at 2015-09-16 15:08:29 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/6f01d1cac9c29629d82a9221d91686162bc250b6

Message: Added globalVars VariantMap to AngelScript API which can be used to share data between script modules or persist data through script reloads.

urho3d-travis-ci 10 years ago
parent
commit
0e682d5bbc
3 changed files with 3 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -13859,3 +13859,4 @@ uint VO_LOW_MATERIAL_QUALITY;
 uint VO_NONE;
 Color WHITE;
 Color YELLOW;
+VariantMap globalVars;

+ 1 - 0
Docs/ScriptAPI.dox

@@ -14520,6 +14520,7 @@ Properties:
 - uint VO_NONE
 - Color WHITE
 - Color YELLOW
+- VariantMap globalVars
 */
 
 }

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.151
+0.0.152