o_IsCharacter

open override fun o_IsCharacter(self: AvailObject): Boolean

Is the specified AvailObject an Avail character?

Return

true if the argument is a character, false otherwise.

See also

A_Character.isCharacter

Parameters

self