Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.47 KB | None | 0 0
  1. 0   0000    ldarg.1
  2. 1   0001    ldnull
  3. 2   0002    call    bool [UnityEngine.CoreModule]UnityEngine.Object::op_Equality(class [UnityEngine.CoreModule]UnityEngine.Object, class [UnityEngine.CoreModule]UnityEngine.Object)
  4. 3   0007    brfalse.s   18 (0034) ldarg.0
  5. 4   0009    ldarg.0
  6. 5   000A    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmBool HutongGames.PlayMaker.Actions.HasComponent::store
  7. 6   000F    callvirt    instance bool [PlayMaker]HutongGames.PlayMaker.NamedVariable::get_IsNone()
  8. 7   0014    brtrue.s    12 (0022) ldarg.0
  9. 8   0016    ldarg.0
  10. 9   0017    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmBool HutongGames.PlayMaker.Actions.HasComponent::store
  11. 10  001C    ldc.i4.0
  12. 11  001D    callvirt    instance void [PlayMaker]HutongGames.PlayMaker.FsmBool::set_Value(bool)
  13. 12  0022    ldarg.0
  14. 13  0023    call    instance class [PlayMaker]HutongGames.PlayMaker.Fsm [PlayMaker]HutongGames.PlayMaker.FsmStateAction::get_Fsm()
  15. 14  0028    ldarg.0
  16. 15  0029    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmEvent HutongGames.PlayMaker.Actions.HasComponent::falseEvent
  17. 16  002E    callvirt    instance void [PlayMaker]HutongGames.PlayMaker.Fsm::Event(class [PlayMaker]HutongGames.PlayMaker.FsmEvent)
  18. 17  0033    ret
  19. 18  0034    ldarg.0
  20. 19  0035    ldarg.1
  21. 20  0036    ldarg.0
  22. 21  0037    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmString HutongGames.PlayMaker.Actions.HasComponent::component
  23. 22  003C    callvirt    instance string [PlayMaker]HutongGames.PlayMaker.FsmString::get_Value()
  24. 23  0041    callvirt    instance class [UnityEngine.CoreModule]UnityEngine.Component [UnityEngine.CoreModule]UnityEngine.GameObject::GetComponent(string)
  25. 24  0046    stfld   class [UnityEngine.CoreModule]UnityEngine.Component HutongGames.PlayMaker.Actions.HasComponent::aComponent
  26. 25  004B    ldarg.0
  27. 26  004C    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmBool HutongGames.PlayMaker.Actions.HasComponent::store
  28. 27  0051    callvirt    instance bool [PlayMaker]HutongGames.PlayMaker.NamedVariable::get_IsNone()
  29. 28  0056    brtrue.s    36 (006F) ldarg.0
  30. 29  0058    ldarg.0
  31. 30  0059    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmBool HutongGames.PlayMaker.Actions.HasComponent::store
  32. 31  005E    ldarg.0
  33. 32  005F    ldfld   class [UnityEngine.CoreModule]UnityEngine.Component HutongGames.PlayMaker.Actions.HasComponent::aComponent
  34. 33  0064    ldnull
  35. 34  0065    call    bool [UnityEngine.CoreModule]UnityEngine.Object::op_Inequality(class [UnityEngine.CoreModule]UnityEngine.Object, class [UnityEngine.CoreModule]UnityEngine.Object)
  36. 35  006A    callvirt    instance void [PlayMaker]HutongGames.PlayMaker.FsmBool::set_Value(bool)
  37. 36  006F    ldarg.0
  38. 37  0070    call    instance class [PlayMaker]HutongGames.PlayMaker.Fsm [PlayMaker]HutongGames.PlayMaker.FsmStateAction::get_Fsm()
  39. 38  0075    ldarg.0
  40. 39  0076    ldfld   class [UnityEngine.CoreModule]UnityEngine.Component HutongGames.PlayMaker.Actions.HasComponent::aComponent
  41. 40  007B    ldnull
  42. 41  007C    call    bool [UnityEngine.CoreModule]UnityEngine.Object::op_Inequality(class [UnityEngine.CoreModule]UnityEngine.Object, class [UnityEngine.CoreModule]UnityEngine.Object)
  43. 42  0081    brfalse.s   46 (008B) ldarg.0
  44. 43  0083    ldarg.0
  45. 44  0084    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmEvent HutongGames.PlayMaker.Actions.HasComponent::trueEvent
  46. 45  0089    br.s    48 (0091) callvirt instance void [PlayMaker]HutongGames.PlayMaker.Fsm::Event(class [PlayMaker]HutongGames.PlayMaker.FsmEvent)
  47. 46  008B    ldarg.0
  48. 47  008C    ldfld   class [PlayMaker]HutongGames.PlayMaker.FsmEvent HutongGames.PlayMaker.Actions.HasComponent::falseEvent
  49. 48  0091    callvirt    instance void [PlayMaker]HutongGames.PlayMaker.Fsm::Event(class [PlayMaker]HutongGames.PlayMaker.FsmEvent)
  50. 49  0096    ret
  51. 50  0097    nop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement