setStatic

fun setStatic(flags: Short, value: Boolean = true): Short(source)

Set isStatic in the given flags (Sets the fourth bit of the flags)

Specification

Return

The flags with the isStatic flag set

Since

0.1.0

Parameters

flags

The flags to set the isStatic in