Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_AnimationResourceHolderComponent.c
Go to the documentation of this file.
1 [EntityEditorProps(category: "Animation", description: "Holds animation resource")]
3 class SCR_AnimationResourceHolderComponentClass : ScriptComponentClass
4 {
5 }
6 
7 class SCR_AnimationResourceHolderComponent : GenericComponent
8 {
9  [Attribute(params: "anm", desc: "Animation resource")]
10  ResourceName m_sAnimation;
11 }
EntityEditorProps
enum EQueryType EntityEditorProps(category:"GameScripted/Sound", description:"THIS IS THE SCRIPT DESCRIPTION.", color:"0 0 255 255")
Definition: SCR_AmbientSoundsComponent.c:12
desc
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
Definition: SCR_RespawnBriefingComponent.c:17
Attribute
typedef Attribute
Post-process effect of scripted camera.
SCR_AnimationResourceHolderComponentClass
Holds animation resource.
Definition: SCR_AnimationResourceHolderComponent.c:3
params
Configs ServerBrowser KickDialogs params
Definition: SCR_NotificationSenderComponent.c:24
category
params category
Definition: SCR_VehicleDamageManagerComponent.c:180