OnIORefCleared
Usage
- No return behavior
Example Autogenerated
csharp
private void OnIORefCleared( IORef instance, IOEntity OxideGen_0 )
{
Puts( "OnIORefCleared works!" );
}
Location
- IOEntity/IORef::Clear()
csharp
public void Clear()
{
IOEntity OxideGen_0 = this.ioEnt;
this.ioEnt = null;
this.entityRef.Set(null);
Interface.CallHook("OnIORefCleared", this, OxideGen_0);
}