Registry.opBinaryRight

Obtains a pointer to the configuration entry at the given key. Allowing you to swap out its contents directly if you want to.

struct Registry
opBinaryRight
(
string op
)
(
string name
)
if (
op == "in"
)

Parameters

name string

the key

Return Value

a ConfigEntry* if found, otherwise null

Meta