Skip to content

Commit bd4cd6c

Browse files
committed
actor/ActorBase: Add param ex getter
1 parent 4d13d53 commit bd4cd6c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

actor/ActorBase.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,15 @@ class ActorBase
124124
{
125125
return mParam1;
126126
}
127-
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+
128136
/**
129137
* @brief @c sead::OffsetList used for holding child actors spawned by this actor. Managed automatically if @c param.parent_id is set when spawning.
130138
*/

0 commit comments

Comments
 (0)