bf6-portal-mod-types
    Preparing search index...

    Function OnPlayerEnterCapturePoint

    • This will trigger when a Player enters a CapturePoint capturing area. Note: The CapturePoint has to be placed in Godot scene, assigned an ObjId and a CapturePointArea(volume).

      Parameters

      • eventPlayer: Player

        The player that entered the CapturePoint.

      • eventCapturePoint: CapturePoint

        The CapturePoint that the player entered.

      Returns void

    • This will trigger when a Player enters a CapturePoint capturing area.

      Parameters

      Returns void