Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MapHelper< Class T, Class U > Interface Template Reference

Static Public Member Functions

static T GetKeyByValue (notnull map< T, U > input, U value)
 
static bool ReplaceKey (notnull map< T, U > input, T oldKey, T newKey)
 

Member Function Documentation

◆ GetKeyByValue()

static T SCR_MapHelper< Class T, Class U >.GetKeyByValue ( notnull map< T, U > input,
U value )
static
Parameters
[in]input
[in]value
Returns

◆ ReplaceKey()

static bool SCR_MapHelper< Class T, Class U >.ReplaceKey ( notnull map< T, U > input,
T oldKey,
T newKey )
static
Parameters
[in]input
[in]oldKey
[in]newKey
Returns

The documentation for this interface was generated from the following file: