Fallout2 Opcode Playground

Opcodes: 8000-801F, 8020-803F, 8040-805F,
8060-807F, 8080-809F, 80A0-80BF, 80C0-80DF,
80E0-80FF, 8100-811F, 8120-813F, 8140-8155
 
List Opcodes:Used in Fallout 2Named
Known to DecompilerDescribed

Descriptions for 810E

Opcode810E, reg_anim_begin
>> subfunction   reg_anim_begin
     subfunction   reg_anim_clear
     subfunction   reg_anim_end
     subfunction   RegAnimFunc

Author: ABel

14.04.03 13:25:41

reg_anim_begin() - Tells the system to start an animation sequence-list.
It is used together with RegAnimAnimate and reg_anim_end.

Params: none

As defined in headers\animcomd.h:
/* Anim Commands */
#define RB_UNRESERVED 1 // unreserved animation sequence, may fail if no available slots
#define RB_RESERVED 2 // reserved animation sequence, should never fail
#define REG_ANIM_BEGIN 1
#define reg_anim_begin() reg_anim_func(REG_ANIM_BEGIN, RB_UNRESERVED)