Travis CI: API documentation update at 2017-08-02 15:56:23 UTC.
[ci package]
Commit: e439197cfa
Message: Merge pull request #2034 from kostik1337/tilemap-improvements
Several tilemap improvements
This commit is contained in:
parent
e439197cfa
commit
c44e954abf
@ -13400,6 +13400,7 @@ WrapMode GetAttributeAnimationWrapMode(const String&) const;
|
||||
Variant GetAttributeDefault(const String&) const;
|
||||
bool GetInterceptNetworkUpdate(const String&) const;
|
||||
TileMapLayer2D GetLayer(uint) const;
|
||||
Array<TileMapObject2D> GetTileCollisionShapes(int) const;
|
||||
bool HasSubscribedToEvent(Object, const String&);
|
||||
bool HasSubscribedToEvent(const String&);
|
||||
bool Load(File, bool = false);
|
||||
|
@ -14271,6 +14271,7 @@ Methods:
|
||||
- Variant GetAttributeDefault(const String&) const
|
||||
- bool GetInterceptNetworkUpdate(const String&) const
|
||||
- TileMapLayer2D@ GetLayer(uint) const
|
||||
- TileMapObject2D@[]@ GetTileCollisionShapes(int) const
|
||||
- bool HasSubscribedToEvent(Object@, const String&)
|
||||
- bool HasSubscribedToEvent(const String&)
|
||||
- bool Load(File@, bool = false)
|
||||
|
@ -1 +1 @@
|
||||
0.1.84
|
||||
0.1.85
|
||||
|
Loading…
Reference in New Issue
Block a user