Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 883 Bytes

File metadata and controls

34 lines (27 loc) · 883 Bytes

GetStoryBoundChoiceStrings

Description

Gets the choice strings for a story bound control.

PROCEDURE GetStoryBoundChoiceStrings(
				story       : HANDLE;
				topBound    : BOOLEAN;
				VAR strings : ARRAY);
def vs.GetStoryBoundChoiceStrings(story, topBound):
    return strings

Parameters

Name Type Description
story HANDLE The story relative to which to get the strings. Nil gets a generic list of strings.
topBound BOOLEAN Whether to get the strings for a top bound or a bottom bound.
strings ARRAY Returns the strings.

See Also

VS Functions: GetStoryBoundDataFromChoiceString | GetChoiceStringFromStoryBoundData

Version

Availability: from Vectorworks 2012

Category