
#####################
A3DGraphPointLightGet
#####################

.. c:function:: A3DStatus A3DGraphPointLightGet(const A3DGraphPointLight *pLight, A3DGraphPointLightData *pData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGraphPointLightGet(*const* :c:type:`~A3DGraphPointLight`\ \* **pLight**\ , :c:struct:`~A3DGraphPointLightData`\ \* **pData**\ )
   
   Fetches data from a point light source entity given its handle.
   
   
      :c:struct:`~A3DGraphPointLightData`
   
   
   
      :c:func:`~A3DGraphPointLightCreate`
   
   
   
      :c:struct:`~A3DGraphAmbientLightData`
   
   
   
      :c:struct:`~A3DGraphDirectionalLightData`
   
   
   
      :c:struct:`~A3DGraphSpotLightData`
   
   
   
      :c:struct:`~A3DGraphSceneDisplayParametersData`
   
   
   **Parameters**
   
   
      **pLight**\ : A handle to the light to fetch data from.
   
      **pData**\ : The ``A3DGraphPointLightData``\ to fill in.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ or an error code in case of failure.
   
   




