Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="GValue"/> class.
        /// </summary>
        /// <param name="gb">The gb.</param>
        internal GValue(NetScriptFramework.SkyrimSE.TESGlobal gb)
        {
            this.FormId   = 0;
            this.FileName = "";

            if (gb != null)
            {
                this._triedForm = true;
                this._form      = gb;
            }
        }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GValueFloat"/> class.
 /// </summary>
 /// <param name="gb">The gb.</param>
 public GValueFloat(NetScriptFramework.SkyrimSE.TESGlobal gb) : base(gb)
 {
 }