Skip to main content

The "vngen_get_speed" Function

Syntax#

vngen_get_speed(id);

The ID of the text entity to check speed (use keyword 'all' for all text entities)

Description#

Returns the typewriter effect speed of the specified text entity, as a value of characters per-second (CPS).

Example#

if (vngen_get_speed("text") != vngen_get_speed(all)) {
vngen_set_speed("text", vngen_get_speed(all));
}