Back To Index

MP_AI

Jump To Parameters
Jump To Function Definitions


Parameter Definitions

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

components


components

The components to disable if this is not owned by you.

Exposed Value Type Default Value
public List new List { }

Back To Top

Function Definitions

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

SetComponentStatus
Start


void SetComponentStatus()

Enables/Disables AI Components based on if this is the owner or not.

Expose Value Overrideable Returns
private False Does not return anything

No parameters

Back To Top


protected virtual void Start()

Waits to be connected a photon room before doing anything

Expose Value Overrideable Returns
protected True Does not return anything

No parameters

Back To Top