RBX.lua.ChangeHistoryService (Service): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Outofspace
No edit summary
>Anaminus
Added members
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
{{stub}}
__NOTOC__
__NOTOC__


<!--What does this do?-->
The ChangeHistoryService object.


== Properties ==
{{Service}}


<i>ChangeHistoryService</i> incorperates [[global properties]].
==Functions==
In addition to the global functions, the ChangeHistoryService also has these functions:<br>
''<font color="red"># indicates a locked function. These should NOT be tampered with.</font>''


== Other Properties ==
*<font color="red">#</font>GetCanRedo
*<font color="red">#</font>GetCanUndo
*<font color="red">#</font>Redo
*<font color="red">#</font>SetEnabled
*<font color="red">#</font>SetWaypoint
*<font color="red">#</font>Undo


<!--What.-->
==Properties==
*[[GetCanRedo]]
The ChangeHistoryService object only incorporates the global properties.
*[[GetCanUndo]]
*[[Redo]]
*[[SetEnabled]]
*[[SetWaypoint]]
*[[Undo]]


==Events==
The ChangeHistoryService object only incorporates the global events.


[[Category: ROBLOX Lua Objects]]
 
[[Category:ROBLOX Lua Objects]]
[[Category:Stubs]]

Revision as of 23:57, 3 August 2008

Stub icon Stub
This article is a stub. If you think you know more about this than we do, please help us by contacting a writer.
Thank you!



The ChangeHistoryService object.

This is a Game Service; it cannot be created with Instance.new - it must be obtained using the GetService method, or as a child of game.


Functions

In addition to the global functions, the ChangeHistoryService also has these functions:
# indicates a locked function. These should NOT be tampered with.

  • #GetCanRedo
  • #GetCanUndo
  • #Redo
  • #SetEnabled
  • #SetWaypoint
  • #Undo

Properties

The ChangeHistoryService object only incorporates the global properties.

Events

The ChangeHistoryService object only incorporates the global events.