scopeName: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''scopeName''' name |= Syntax
| '''scopeName''' "name" |= Syntax


|p1= name: [[String]] |= Parameter 1
|p1= name: [[String]] |= Parameter 1

Revision as of 20:16, 29 August 2007

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Defines name of current scope. Name is visible in debugger, and name is also used as reference in some commands. Scope name can be defined only once per scope.
Groups:
Uncategorised

Syntax

Syntax:
scopeName "name"
Parameters:
name: String
Return Value:
Nothing

Examples

Examples:
Example needed

Additional Information

See also:
breakOutbreakTo

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section