# Queued Behavior Type In Training Queue Slot

Grammar — Behavior type of unit training queue slot slot item item
FlagsFunction

Returns the behavior type of a unit in a specific training slot.

# Arguments

  • unit — Unit
  • int — Slot
  • int — Item

Returns — string [ gamelink::Behavior ]

string libNtve_gf_QueuedBehaviorTypeInTrainingQueueSlot(
	unit lp_unit,
	int lp_slot,
	int lp_item,
);

Category: Unit / Progress And Queues

# Examples

— None found —