Material.GetInt
GetInt(propertyName: string): int;
GetInt(nameID: int): int;
Description

Get a named integer value.

This function is just an alias to GetFloat that casts the resulting value to an integer.