Info mass center: Difference between revisions
Jump to navigation
Jump to search
m (Add internal name target) |
m (Template:in code -> Template:code class.) |
||
Line 4: | Line 4: | ||
It overrides the mass center of the target physics prop or [[func_physbox]] by moving it to the [[info_mass_center]]'s location. Removed after map spawn | It overrides the mass center of the target physics prop or [[func_physbox]] by moving it to the [[info_mass_center]]'s location. Removed after map spawn | ||
{{ | {{code class|CInfoMassCenter|physobj.cpp}} | ||
== Keyvalues == | == Keyvalues == | ||
{{KV|Target object|intn=target|target_destination|The entity whose mass center will be overridden.}} | {{KV|Target object|intn=target|target_destination|The entity whose mass center will be overridden.}} |
Revision as of 09:41, 15 May 2022
Entity description
It overrides the mass center of the target physics prop or func_physbox by moving it to the info_mass_center's location. Removed after map spawn
Keyvalues
- Target object (target) <targetname>
- The entity whose mass center will be overridden.