Talk:Generic Keyvalues, Inputs and Outputs/Keyvalues: Difference between revisions
Jump to navigation
Jump to search
(noted some keyvalues by names in code) |
No edit summary |
||
Line 22: | Line 22: | ||
*<code>friction</code> (non-functional leftover from GoldSource. will ''not'' be noted.) | *<code>friction</code> (non-functional leftover from GoldSource. will ''not'' be noted.) | ||
*<code>velocity</code> (m_vecVelocity) (covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.) | *<code>velocity</code> (m_vecVelocity) (covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.) | ||
* | *<code>texframeindex</code> (covered on BaseAnimating) | ||
*{{todo}}<code>view_ofs</code> (used only on {{ent|player}}s, ''maybe'' NPCs as well. needs more testing.) | *{{todo}}<code>view_ofs</code> (used only on {{ent|player}}s, ''maybe'' NPCs as well. needs more testing.) | ||
*<code>fademindist</code> (covered on BaseAnimating) | *<code>fademindist</code> (covered on BaseAnimating) |
Revision as of 00:15, 11 September 2018
progress quirks and oversights
BaseEntity keyvalues not covered here:
speed
(m_flSpeed) (used on entities such as func_door. this will be documented individually, per-entity's use of it.)renderfx
(covered on BaseAnimating)renderamt
(covered on BaseAnimating)rendermode
(covered on BaseAnimating)rendercolor
(covered on BaseAnimating)modelindex
(covered on BaseAnimating)max_health
(m_iMaxHealth) (covered on AI_BaseNPC. other entities that use it will probably do so individually.)health
(m_iHealth) (covered on AI_BaseNPC. other entities that use it will probably do so individually.)target
(m_target) (covered on AI_BaseNPC. remainders individual.)damagefilter
(covered on BaseAnimating.)solid
(covered on BaseAnimating)shadowcastdist
(covered on BaseAnimating)TeamNum
(m_iInitialTeamNum) (will be covered individually by entities which use it.)teamnumber
(m_iTeamNum) (spotted in Alien Swarm datamap. will be covered individually by entities which use it.)model
(covered on BaseAnimating)basevelocity
(m_vecBaseVelocity) (covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.)avelocity
(m_vecAngVelocity) (covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.)waterlevel
(covered on AI_BaseNPC. also used by player. nothing else uses this probably?)gravity
(only used by player.)friction
(non-functional leftover from GoldSource. will not be noted.)velocity
(m_vecVelocity) (covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.)texframeindex
(covered on BaseAnimating)- [Todo]
view_ofs
(used only on players, maybe NPCs as well. needs more testing.) fademindist
(covered on BaseAnimating)fademaxdist
(covered on BaseAnimating)fadescale
(covered on BaseAnimating)addon
(covered on BaseAnimating)MoveType
(covered on BaseAnimating)CollisionGroup
(covered on BaseAnimating)- [Todo]
pendingteamnumber
(spotted in Counter Strike Global Offensive datamap. decision on where to put it not made. probably only used on players?)
all datamaps have been checked. Pinsplash (talk) 04:03, 3 August 2018 (UTC)