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:21

reg_anim_end() - Activates the animation sequence-list. Without this call the animation will never occur.

Note: All animation sequences must be registered at ONCE! In other words, you cannot let the script end and finish registering the animations later.

Params: none

Form headers\animcomd.h:
#define REG_ANIM_END    3
#define reg_anim_end() reg_anim_func(REG_ANIM_END, 0)