Skip to content

OnBookmarkControl

Usage

  • Just a test

Example

testetsets

Location

  • ComputerStation::BeginControllingBookmark(BaseEntity/RPCMessage msg)
csharp
//---
	}
	if (Vector3.Distance(base.transform.position, ent.transform.position) >= remoteControllable.MaxRange)
	{
		return;
	}
	if (Interface.CallHook("OnBookmarkControl", this, player, text, remoteControllable) != null)
	{
		return;
	}
	BaseEntity baseEntity = this.currentlyControllingEnt.Get(true);
	if (baseEntity)
//---

Released under the MIT License.