Skip to content

Commit d938dac

Browse files
GJSmartTemplate and other classes (geode-sdk#883)
* GJSmartTemplate and other classes * oh my lord * cocso2d * uhhhh * revert verify
1 parent 1eeed47 commit d938dac

File tree

3 files changed

+266
-122
lines changed

3 files changed

+266
-122
lines changed

bindings/2.2074/Extras.bro

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,19 @@ class ChanceObject {
3838
int m_groupID;
3939
int m_oldGroupID;
4040
int m_chance;
41-
int m_unk010;
41+
int m_unk00c;
42+
}
43+
44+
class SmartPrefabResult {
45+
GJSmartPrefab* m_smartPrefab;
46+
gd::string m_binaryKey;
47+
gd::string m_prefabKey;
48+
int m_prefabCount;
49+
bool m_unrequired;
50+
int m_rotation;
51+
bool m_flipX;
52+
bool m_flipY;
53+
bool m_ignoreCorners;
4254
}
4355

4456
class GameObjectPhysics {

0 commit comments

Comments
 (0)