We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d13d53 commit bd4cd6cCopy full SHA for bd4cd6c
1 file changed
actor/ActorBase.h
@@ -124,7 +124,15 @@ class ActorBase
124
{
125
return mParam1;
126
}
127
-
+
128
+ /**
129
+ * @brief Extra level designer configuration. Also known as "nybbles" or "spritedata".
130
+ */
131
+ ActorParamEx1 getParamEx() const
132
+ {
133
+ return mParamEx;
134
+ }
135
136
/**
137
* @brief @c sead::OffsetList used for holding child actors spawned by this actor. Managed automatically if @c param.parent_id is set when spawning.
138
*/
0 commit comments