Prop physics create: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(removed console command list from see also)
Line 18: Line 18:
* {{Command|prop_dynamic_create}}
* {{Command|prop_dynamic_create}}
* {{Command|ent_create}}, a console command that creates an entity of the given type where the player is looking.
* {{Command|ent_create}}, a console command that creates an entity of the given type where the player is looking.
* [[Console Command List]] list of console commands.

Revision as of 13:47, 28 June 2023


English (en)Translate (Translate)

prop_physics_create is a console command cheat used to spawn a prop_physics in-game.

Usage

Its parameter is used in the form:

prop_physics_create <.mdl name>

Example

  • prop_physics_create props/metal_box.mdl
in Portal 2, this will spawn a cube where the player is aiming.
Icon-Bug.pngBug:it appears these prop_physics cannot be picked up  [todo tested in ?]

See also