Spaces:
Runtime error
Runtime error
| namespace Quantum | |
| { | |
| [] | |
| public unsafe partial class AIFunctionNOT : AIFunctionBool | |
| { | |
| public AIParamBool Value; | |
| public override bool Execute(Frame frame, EntityRef entity) | |
| { | |
| return !Value.ResolveFunction(frame, entity); | |
| } | |
| } | |
| } | |