Search Results for

    Show / Hide Table of Contents

    Class ServerPed

    Represents a ped from a client

    Inheritance
    Object
    ServerObject
    ServerPed
    Inherited Members
    ServerObject.Handle
    ServerObject.Owner
    ServerObject.ID
    ServerObject.Model
    ServerObject.Position
    ServerObject.Rotation
    ServerObject.Delete()
    ServerObject.Freeze(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: RageCoop.Server.Scripting
    Assembly: RageCoop.Server.dll
    Syntax
    public class ServerPed : ServerObject

    Properties

    AttachedBlip

    Get the PedBlip attached to this ped.

    Declaration
    public PedBlip AttachedBlip { get; }
    Property Value
    Type Description
    PedBlip

    Health

    Health

    Declaration
    public int Health { get; }
    Property Value
    Type Description
    Int32

    LastVehicle

    Get the ped's last vehicle

    Declaration
    public ServerVehicle LastVehicle { get; }
    Property Value
    Type Description
    ServerVehicle

    Methods

    AddBlip()

    Attach a blip to this ped.

    Declaration
    public PedBlip AddBlip()
    Returns
    Type Description
    PedBlip
    In This Article
    Back to top Generated by DocFX