Player:EnteredCapturePoint
Player:EnteredCapturePoint(player: Player, capturePoint: Entity)
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player | |
| capturePoint | Entity |
Example
Events:Subscribe('Player:EnteredCapturePoint', function(player, capturePoint)
-- Do stuff here.
end)
Last modified April 27, 2020: Regenerate all API documentation (0b49d6be)