Skip to content

MAP_insert_val_val

BigETI edited this page May 4, 2018 · 1 revision

Description

Map insert (key, value)

Syntax

MAP_insert_val_val(&Map:map, key, value)

Example

new Map:map;
MAP_insert_val_val(map, 1, 0);