Back To Index

KickPlayerButton

Jump To Parameters
Jump To Function Definitions


Parameter Definitions

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

playerInfo


playerInfo

The object that holds all the player data that can be referenced by this component.

Exposed Value Type Default Value
private PlayerListObject null

Back To Top

Function Definitions

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

KickPlayer


public virtual void KickPlayer()

This is only callable if you’re the MasterClient. Gets the player data from the playerInfo and calls the KickPlayer function from the UICoreLogic.

Expose Value Overrideable Returns
public True Does not return anything

No parameters

Back To Top