powerAssignType

open override fun powerAssignType(other: ShakeType, scope: ShakeScope): ShakeType?(source)

Performs power assignment on this entity's type.

Return

The resulting type after the power assignment.

Parameters

other

The type to be powered.

scope

The scope in which the power assignment is happening.