Skip to content
anatol edited this page Jul 13, 2021 · 1 revision

Env::Vars_Close

void Vars_Close(uint32_t iSlot);

Stops variable enumeration identified by iSlot

Parameters

  • iSlot : enumeration slot returned by Vars_Enum

Return value

  • none

Notes

  • the slot number should be obtained with Vars_Enum function

Example

Clone this wiki locally