# Load Data Conversation State Value

Grammar — Load the state value of state from bank bank section section
FlagsNative | Action

Loads a specific conversation state value from a bank section.

# Arguments

  • string [ convstateindex ] — State
  • bank — Bank
  • string — Section

Returns — void

native void ConversationDataLoadStateValue(
	string stateIndex,
	bank b,
	string section,
);

Category: Conversation / Data Conversation Tools

# Examples

— None found —