ControllerInstantiation.

OnLocalEvent(object, ASLLocalEventManager.LocalEventArgs) Method

Summary

Event handler for local events relating to the creation of a PC player.
Namespace
ASL.PlayerSystem
Containing Type
ControllerInstantiation

Syntax

protected override void OnLocalEvent(object sender, ASLLocalEventManager.LocalEventArgs args)

Parameters

Name Type Description
sender object Object that triggered the event
args ASLLocalEventManager.LocalEventArgs The event being triggered

Return Value

Type Description
void