Primitive 0x0031 - Notify the Stack Object out of Idle

This primitive causes the Stack Object to continue processing. See the primitives Sleep (0x0000) and Idle for Input (0x0011) and the global BHAVs "Idle" (0x0118), "Idle - Hours" (0x016E), "Idle - Minutes" (0x016F) and "Wait for Notify" (0x0119)


Use

There is no SimPe wizard for this instruction, so the following table details the meaning of each of the operands.

OperandDescriptionOperand Values
0 thru 15 Unused

See Also


SimPe Code

// Decompiled with JetBrains decompiler
// Type: pjse.BhavNameWizards.WizPrim0x0031
// Assembly: pjse.coder.plugin, Version=4.0.3349.37576, Culture=neutral, PublicKeyToken=null

using SimPe.PackedFiles.Wrapper;

namespace pjse.BhavNameWizards
{
  public class WizPrim0x0031 : BhavWizPrim
  {
    public WizPrim0x0031(Instruction i)
      : base(i)
    {
    }

    protected override string Operands(bool lng) => "-";
  }
}