Skip to content

MAP_insert_str_val

BigETI edited this page May 4, 2018 · 1 revision

Description

Map insert (key[] as string, value)

Syntax

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

Example

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