27 lines
705 B
Plaintext
27 lines
705 B
Plaintext
URL: https://wiki.studiominus.nl/internalReference/ScopeAttachmentBehaviour.html
|
|
Title: People Playground Modding - ScopeAttachmentBehaviour
|
|
==================================================
|
|
|
|
public class ScopeAttachmentBehaviour
|
|
Inherits FirearmAttachmentBehaviour, Messages.IOnEMPHit
|
|
No description provided
|
|
Fields
|
|
public int AccuracyPercent
|
|
[Range(0, 100)]
|
|
No description provided
|
|
|
|
Methods
|
|
public override void OnConnect()
|
|
No description provided
|
|
|
|
public override void OnFire()
|
|
No description provided
|
|
|
|
public override void OnHit(BallisticsEmitter.CallbackParams args)
|
|
No description provided
|
|
|
|
public override void OnDisconnect()
|
|
No description provided
|
|
|
|
public void OnEMPHit()
|
|
No description provided |