Back To Index

MP_vSimpleTrigger

Jump To Function Definitions


Function Definitions

Select the function name from below to jump directly to it on this page.

OnTriggerEnter
OnTriggerExit


private void OnTriggerEnter(Collider other)

On top of doing the normal actions when entering the trigger it will also trigger these actions on all networked versions of the charcter entering it

Expose Value Overrideable Returns
private False Does not return anything
Parameter Name Description
other *No found decription

Back To Top


private void OnTriggerExit(Collider other)

On top of doing the normal actions when exiting the trigger it will also trigger these actions on all networked versions of the charcter exiting it

Expose Value Overrideable Returns
private False Does not return anything
Parameter Name Description
other *No found decription

Back To Top