For the complete documentation index, see llms.txt. This page is also available as Markdown.

WarriorsLib.isHuman

WarriorsLib.isHuman(player)

Gibt an ob der Spieler von einem Menschen gesteuert wird

Rückgabewert

boolean (0 or 1)

dbg.stm(WarriorsLib.getPlayerName(1)..", you are ".. (WarriorsLib.isHuman(1) == 1 and "a Human" or "an AI"))

Last updated