Train Simulator NEXT
In This Topic
    RemoveCamera function
    In This Topic

    This function removes a camera.

    Syntax

    Copy Code
    bool RemoveCamera( string CameraName );

    Parameters

    AnchorName

    Type: string

    The name of the camera to remove.

    Return

    Returns true if the item was removed, false if not.

    Remarks

    If the camera is bound, it will be unbound automatically.

    See Also