IsTeammate

From ZDoom Wiki
Jump to navigation Jump to search

Bool IsTeammate (Actor Other)

Usage

Returns whether or not the other actor is on the same team as the caller.

Parameters

  • Other: A pointer to the other actor that should be checked.

Return value

Returns true if both actors are on the same team. False if not. When not in a team deathmatch netgame, the function will instead just check if both actors have the FRIENDLY flag.

Examples

Nuvolachalk.png Note: This article lists no examples. If you make use of this feature in your own project(s) or know of any basic examples that could be shared, please add them. This will make it easier to understand for future authors seeking assistance. Your contributions are greatly appreciated.