VE:StateAdded

VE:StateAdded(state: VisualEnvironmentState)

Parameters

Name Type Description
state VisualEnvironmentState

Example

Events:Subscribe('VE:StateAdded', function(state)
    -- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)