Editing
CBaseAnimating
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Entity DataMaps == {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; |+CBaseAnimating ! style="width: 50%; background-color: #303030; color: white" |Name ! style="width: 15%; background-color: #303030; color: white" |Type ! style="width: 35%; background-color: #303030; color: white" |Description |- | style="width: 50%;" |'''InputBecomeRagdoll''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputIgnite''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputIgniteHitboxFireScale''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputIgniteLifetime''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputIgniteNumHitboxFires''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetLightingOrigin''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetLightingOriginRelative''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetModel''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetModelScale''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetCycle''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''InputSetPlaybackRate''' | style="width: 15%;" |Input (Void) | style="width: 35%;" | |- | style="width: 50%;" |'''m_OnIgnite''' | style="width: 15%;" |Output | style="width: 35%;" | |- | style="width: 50%;" |'''m_bClientSideAnimation''' | style="width: 15%;" |Boolean | style="width: 35%;" |Tells whether or not we're using client-side animation. (Useful for looping animation objects) |- | style="width: 50%;" |'''m_bClientSideFrameReset''' | style="width: 15%;" |Boolean | style="width: 35%;" | |- | style="width: 50%;" |'''m_bSequenceFinished''' | style="width: 15%;" |Boolean | style="width: 35%;" |Flag set when StudioAdvanceFrame moves across a frame boundry |- | style="width: 50%;" |'''m_bSequenceLoops''' | style="width: 15%;" |Boolean | style="width: 35%;" |Does our sequence loop? |- | style="width: 50%;" |'''m_fBoneCacheFlags''' | style="width: 15%;" |Unsigned short | style="width: 35%;" |Used for bone cache state on model |- | style="width: 50%;" |'''m_fadeMaxDist''' | style="width: 15%;" |Float | style="width: 35%;" |Model distance fading. Point at which fading is inactive. |- | style="width: 50%;" |'''m_fadeMinDist''' | style="width: 15%;" |Float | style="width: 35%;" |Model distance fading. Point at which model is completely faded and ceases to be rendered. |- | style="width: 50%;" |'''m_flCycle''' | style="width: 15%;" |Float | style="width: 35%;" |0 - 1 How far along is the animation, 1 being finished. Changing this does nothing. |- | style="width: 50%;" |'''m_flDissolveStartTime''' | style="width: 15%;" |Float | style="width: 35%;" |When did we start dissolving? |- | style="width: 50%;" |'''m_flEncodedController''' | style="width: 15%;" |Array (Float) | style="width: 35%;" |Bone controller setting (0..1) |- | style="width: 50%;" |'''m_flFadeScale''' | style="width: 15%;" |Float | style="width: 35%;" |Model distance fading. Scale applied to m_fadeMinDist and m_fadeMaxDist. |- | style="width: 50%;" |'''m_flGroundSpeed''' | style="width: 15%;" |Float | style="width: 35%;" |Computed linear movement rate for current sequence |- | style="width: 50%;" |'''m_flLastEventCheck''' | style="width: 15%;" |Float | style="width: 35%;" |Cycle index of when events were last checked |- | style="width: 50%;" |'''m_flModelScale''' | style="width: 15%;" |Float | style="width: 35%;" |The scale of this entity's model. |- | style="width: 50%;" |'''m_flPlaybackRate''' | style="width: 15%;" |Float | style="width: 35%;" |Modifier for how fast this animation will play. (Default: 1) Changing this value will change the animation point to where it would have been if it were playing at the new playback rate the entire time. |- | style="width: 50%;" |'''m_flPoseParameter''' | style="width: 15%;" |Array (Float) | style="width: 35%;" |[https://developer.valvesoftware.com/wiki/$poseparameter Pose Parameters] |- | style="width: 50%;" |'''m_hLightingOrigin''' | style="width: 15%;" |Handle | style="width: 35%;" |An [https://developer.valvesoftware.com/wiki/Info_lighting info_lighting] or [https://developer.valvesoftware.com/wiki/Info_target info_target] from which to sample lighting (instead of the model's origin). |- | style="width: 50%;" |'''m_hLightingOriginRelative''' | style="width: 15%;" |Handle | style="width: 35%;" |Deprecated. The info_lighting_relative from which to sample lighting instead of the entity's origin. Use Lighting Origin instead. |- | style="width: 50%;" |'''m_iIKCounter''' | style="width: 15%;" |Integer | style="width: 35%;" | |- | style="width: 50%;" |'''m_iszLightingOrigin''' | style="width: 15%;" |String | style="width: 35%;" |Targetname for the m_hLightingOrigin entity. |- | style="width: 50%;" |'''m_iszLightingOriginRelative''' | style="width: 15%;" |String | style="width: 35%;" |Targetname for the m_hLightingOriginRelative entity. |- | style="width: 50%;" |'''m_nBody''' | style="width: 15%;" |Integer | style="width: 35%;" |The active [https://developer.valvesoftware.com/wiki/$bodygroup Body Group] |- | style="width: 50%;" |'''m_nHitboxSet''' | style="width: 15%;" |Integer | style="width: 35%;" |The active [https://developer.valvesoftware.com/wiki/$hboxset Hitbox Set] |- | style="width: 50%;" |'''m_nMuzzleFlashParity''' | style="width: 15%;" |Unsigned Char | style="width: 35%;" |Incremented each time the entity is told to do a muzzle flash. The client picks up the change and draws the flash. |- | style="width: 50%;" |'''m_nNewSequenceParity''' | style="width: 15%;" |Unsigned Char | style="width: 35%;" | |- | style="width: 50%;" |'''m_nResetEventsParity''' | style="width: 15%;" |Unsigned Char | style="width: 35%;" | |- | style="width: 50%;" |'''m_nSequence''' | style="width: 15%;" |Integer | style="width: 35%;" |The animation sequence this entity's model is playing. (For player viewmodel anims, see [[CBasePlayer]].m_hViewModel.m_nSequence) |- | style="width: 50%;" |'''m_nSkin''' | style="width: 15%;" |Integer | style="width: 35%;" |The skin for this entity's model. (For players, see: [[CTFPlayer]].m_nForcedSkin) |- | style="width: 50%;" |'''m_pIk''' | style="width: 15%;" |CIKContext | style="width: 35%;" | |}
Summary:
Please note that all contributions to SigMod are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
SigMod:Copyrights
for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource.
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
British English
Views
Read
Edit
Edit source
View history
More
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information