Skip to content

MAP_insert_val_str

BigETI edited this page May 4, 2018 · 1 revision

Description

Map insert (key, value[] as string)

Syntax

MAP_insert_val_str(&Map:map, key, const value[])

Example

new Map:map;
MAP_insert_val_str(map, 1, "This is a test.");