Garry's Mod Wiki

Garry's Mod Wiki

  undo.AddEntity( Entity ent )

Description

Adds an entity to the current undo block

Arguments

1 Entity ent
The entity to add

Example

This example creates a prop_physics, and adds it to the players undo list.

prop = ents.Create("prop_physics") prop:SetModel("models/props_junk/wood_crate001a.mdl") prop:Spawn() undo.Create("prop") undo.AddEntity(prop) undo.SetPlayer(Player) undo.Finish()

This site is a community mirror of the official Garry's Mod wiki.. This site is not maintained by Facepunch Studios.

Page content is automatically updated twice a day. Edits and history are not available.

Last Parsed: Loading...