MCPcopy Create free account
hub / github.com/OpenDUNE/OpenDUNE / Animation_Func_SetIconGroup

Function Animation_Func_SetIconGroup

src/animation.c:189–194  ·  view source on GitHub ↗

* Set the IconGroup of the Animation. * @param animation The Animation to change. * @param parameter To what value IconGroup should change. */

Source from the content-addressed store, hash-verified

187 * @param parameter To what value IconGroup should change.
188 */
189static void Animation_Func_SetIconGroup(Animation *animation, int16 parameter)
190{
191 assert(parameter >= 0);
192
193 animation->iconGroup = (uint8)parameter;
194}
195
196/**
197 * Play a Voice on the tile of animation.

Callers 1

Animation_TickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected