Talk:Generic Keyvalues, Inputs and Outputs/Keyvalues: Difference between revisions
Jump to navigation
Jump to search
(→progress quirks and oversights: updates) |
m (Ficool2 moved page Template talk:KV CBaseEntity to Template talk:KV BaseEntity over redirect: No longer following code) |
(No difference)
|
Revision as of 04:16, 14 August 2018
progress quirks and oversights
BaseEntity keyvalues not covered here:
speed
(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
(covered on AI_BaseNPC. other entities that use it will probably do so individually.)health
(covered on AI_BaseNPC. other entities that use it will probably do so individually.)target
(covered on AI_BaseNPC)damagefilter
(covered on BaseAnimating.)solid
(covered on BaseAnimating)shadowcastdist
(covered on BaseAnimating)TeamNum
(will be covered individually by entities which use it.)teamnumber
(spotted in Alien Swarm datamap. will be covered individually by entities which use it.)model
(covered on BaseAnimating)basevelocity
(covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.)avelocity
(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
(covered on AI_BaseNPC. will also be covered for projectiles in some way? remainders will be individual.)- [Todo]
texframeindex
(probably will go on a special brush version of 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)