Animated follower: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) (Created page with "{{stub}} {{ent not in fgd|codeonly=1}} {{this is a|point entity|name=animated_follower|game=Black Mesa}} Unknown entity that based on CBaseAnimating. The inputs, outputs a...") |
MyGamepedia (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
{{ent not in fgd|codeonly=1}} | {{ent not in fgd|codeonly=1}} | ||
{{this is a|point entity|name=animated_follower|game=Black Mesa}} Unknown entity that based on [[CBaseAnimating]]. The inputs, outputs and known keyvalues says that this entity should be an animated model that is attached to specified object. Available in all versions of the game starting with the mod version and seems to be completely unused. The only unique keyvalue is <code>followentindex</code> (the default value is -1) and only unique input is <code>changeparent</code>, other inputs and outputs are same as [[CBaseAnimating]]. Trying to create it via {{ent|ent_create}} results in the entity being instantly removed from the map. | {{this is a|point entity|name=animated_follower|game=Black Mesa}} Unknown entity that based on [[CBaseAnimating]]. The inputs, outputs and known keyvalues says that this entity should be an animated model that is attached to specified object. Available in all versions of the game starting with the mod version and seems to be completely unused. The only unique keyvalue is <code>followentindex</code> (the default value is -1) and only unique input is <code>changeparent</code>, other inputs and outputs are same as [[CBaseAnimating]]. Trying to create it via {{ent|ent_create}} results in the entity being instantly removed from the map. | ||
Represented by class <code>CAnimatedFollower</code>. |
Revision as of 03:56, 18 December 2024

animated_follower
is a point entity available in Black Mesa. Unknown entity that based on CBaseAnimating. The inputs, outputs and known keyvalues says that this entity should be an animated model that is attached to specified object. Available in all versions of the game starting with the mod version and seems to be completely unused. The only unique keyvalue is
followentindex
(the default value is -1) and only unique input is changeparent
, other inputs and outputs are same as CBaseAnimating. Trying to create it via ent_create results in the entity being instantly removed from the map.
Represented by class CAnimatedFollower
.