:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** Struct ------ .. class:: struct inherits Object :cloneable: :constructible: :arrow: :class:`struct` is a basic type in the scripting language that allows for custom objects. Static Methods ============== .. method:: static struct New(string aStructName) Creates a new struct from the *aStructName* definition. This references a struct definition previously defined with the :class:`script_struct` command.