This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Functions

Returns Function
Tuple GetCanRedo ( )
Tuple GetCanUndo ( )
void Redo ( )
void ResetWaypoints ( )
void SetEnabled ( bool state )
void SetWaypoint ( string name )
void Undo ( )

YieldFunctions

  • 1 yieldfunction inherited from Instance

Events

Event History
OnRedo ( string waypoint ) (+0.193)
OnUndo ( string waypoint ) (+0.193)

Function Descriptions

TupleChangeHistoryService.GetCanRedo ( )

Tags: PluginSecurity

TupleChangeHistoryService.GetCanUndo ( )

Tags: PluginSecurity

voidChangeHistoryService.Redo ( )

Tags: PluginSecurity

voidChangeHistoryService.ResetWaypoints ( )

Tags: PluginSecurity

voidChangeHistoryService.SetEnabled ( bool state )

Tags: PluginSecurity

voidChangeHistoryService.SetWaypoint ( string name )

Tags: PluginSecurity

voidChangeHistoryService.Undo ( )

Tags: PluginSecurity

Event Descriptions

ChangeHistoryService.OnRedo ( string waypoint )

Version History:(+0.193)

Tags: PluginSecurity

ChangeHistoryService.OnUndo ( string waypoint )

Version History:(+0.193)

Tags: PluginSecurity

Inherits: