Skip to content

Duel.GetCustomActivityCount

Source Code | Duel Functions

Same behaviour as Duel.GetActivityCount with the difference that returns the count of the activities that were registered with the specific counter_id as Duel.AddCustomActivityCounter.

Signature

Duel.GetCustomActivityCount(int counter_id, int player, int activity_type) → int

lua
Duel.GetCustomActivityCount(counter_id,player,activity_type)

Parameters

  • int counter_id

    (To be added)

  • int player

    (To be added)

  • int activity_type

    (To be added)

Returns


under-construction