// MPropertyFriendlyName = Random Integer
// MPropertyDescription = Generate a random integer between min and max (inclusive)
// MPulseEditorHeaderIcon = tools/images/pulse_editor/exit_cycle_random.png
class CPulseCell_Value_RandomInt : public CPulseCell_BaseValue
{
};

KV3 Class Defaults

{
    _class = "CPulseCell_Value_RandomInt"
    m_nEditorNodeID = -1
}