Skip to content

Complex Property Types

JaThePlayer edited this page Aug 3, 2021 · 1 revision

There are a few complex property types that appear frequently in Frost Helper. This page explains all of them.

Entity Types

A comma-seperated list of types/entity SID's

To get an entity's SID, select the entity which you want to move inside of a map editor, open the property window. The SID will be visible in the window title.

Using the C# Full Type name is also supported.

Example: jumpThru,spikesUp,FrostHelper/SpringFloor -> Jumpthroughs, spikes and Frost Helper Custom Springs will be affected.

Used by: Entity Mover, Entity Rainbowifier.

Color

There are many formats accepted:

  • XNA Color names. Full list here
  • Hex Colors in these formats:
    • rrggbb
    • rrggbbaa