undo.Finish

From GMod Wiki

Jump to: navigation, search
Function
Syntax undo.Finish( String Text to display in undo list )
Where is this used?
Description:
Finishes the undo object, and registers it with the clients.
Returns: nil
Part of Library: Undo
Realm: NewerServer.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Undo.Finish]Undo.Finish [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionThis example creates a prop_physics, and adds it to the players undo list.
Used onNewerServer.png
Code
prop = ents.Create("Prop_Physics")
undo.Create("prop")
    undo.AddEntity(prop)
    undo.SetPlayer(Player)
undo.Finish()
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox