Primitive 0x0025 - Test Sim Interacting With

Tests if the Sim is interacting with the stack object.


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.WizPrim0x0025
// Assembly: pjse.coder.plugin, Version=4.0.3349.37576, Culture=neutral, PublicKeyToken=null

using SimPe.PackedFiles.Wrapper;

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

    protected override string Operands(bool lng) => BhavWiz.dnMe() + " .. " + BhavWiz.dnStkOb();
  }
}