Close
    Search Search

    RunService

    El RunService La clase hereda de Instance.


    Contenido

    • Propiedades 1
      • 1.1 cuerda ClientGitHash [ReadOnly] [NotReplicated]
    • 2 Funciones
      • 2.1 nulo BindToRenderStep(nombre de cadena, prioridad int, función de función)
      • 2.2 cuerda GetCoreScriptVersion()
      • 2.3 cuerda GetRobloxVersion()
      • 2.4 bool IsClient()
      • 2.5 bool IsEdit()
      • 2.6 bool IsRunMode()
      • 2.7 bool Isrunning()
      • 2.8 bool IsServer()
      • 2.9 bool IsStudio()
      • 2.10 nulo pausa()
      • 2.11 nulo Reiniciar() [Obsoleto]
      • 2.12 nulo Corral()
      • 2.13 nulo Set3dRenderingEnabled(habilitar bool)
      • 2.14 nulo ConjuntoRobloxGuiEnfocado(enfoque bool)
      • 2.15 nulo Detener()
      • 2.16 nulo DesvincularFromRenderStep(nombre de la cadena)
      • 2.17 nulo setThrottleFramerateEnabled(habilitar bool)
    • 3 Eventos
      • 3.1  Latido del corazón(tiempo delta doble)
      • 3.2  PostSimulación(tiempo delta doble)
      • 3.3  PreAnimación(tiempo delta doble)
      • 3.4  PreRender(tiempo delta doble)
      • 3.5  PreSimulación(tiempo delta doble)
      • 3.6  RenderStepped(tiempo delta doble)
      • 3.7  escalonada(tiempo doble, tiempo delta doble)
    • Enlaces 4 externos

    Propiedades

    RunService cadena ClientGitHash [ReadOnly] [NotReplicated]

    • Categoría: Datos.
    • Leer seguridad: RobloxScriptSecurity.
    • Seguridad de escritura: RobloxScriptSecurity.
    • Serialización: no se puede cargar ni guardar.

    Las funciones clave

    RunService vacío BindToRenderStep(nombre de cadena, prioridad int, función de función)

    RunService cadena GetCoreScriptVersion()

    • Seguridad: RobloxScriptSecurity.

    RunService cadena GetRobloxVersion()

    • Seguridad: RobloxScriptSecurity.

    RunService bool IsClient()

    RunService bool IsEdit()

    • Seguridad: PluginSecurity.

    RunService bool IsRunMode()

    RunService bool Isrunning()

    RunService bool IsServer()

    RunService bool IsStudio()

    RunService vacío pausa()

    • Seguridad: PluginSecurity.

    RunService vacío Reiniciar() [Obsoleto]

    • Seguridad: PluginSecurity.

    RunService vacío Corral()

    • Seguridad: PluginSecurity.

    RunService vacío Set3dRenderingEnabled(habilitar bool)

    • Seguridad: RobloxScriptSecurity.

    RunService vacío ConjuntoRobloxGuiEnfocado(enfoque bool)

    • Seguridad: RobloxScriptSecurity.

    RunService vacío Detener()

    • Seguridad: PluginSecurity.

    RunService vacío DesvincularFromRenderStep(nombre de la cadena)

    RunService vacío setThrottleFramerateEnabled(habilitar bool)

    • Seguridad: RobloxScriptSecurity.

    Eventos

    RunService Latido del corazón(tiempo delta doble)

    RunService PostSimulación(tiempo delta doble)

    RunService PreAnimación(tiempo delta doble)

    RunService PreRender(tiempo delta doble)

    RunService PreSimulación(tiempo delta doble)

    RunService RenderStepped(tiempo delta doble)

    RunService escalonada(tiempo doble, tiempo delta doble)

    Enlaces externos

    Añade un comentario de RunService
    ¡Comentario enviado con éxito! Lo revisaremos en las próximas horas.