Jump to content

Asp3ct-Sigma

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Asp3ct-Sigma

  • Rank
    On the Coast
  1. Asp3ct-Sigma

    Need help referencing a class

    Hi everyone, im in the process of creating a helmet attached light that can only be seen when camera IsCameraNV(). (basically an IR strobe) i created my custom class extending Switchable_Base, calling a custom light class extending from PointLightBase. Set up the parameters etc, cool everything works. Now i want to make it so,that the light can only be seen when IsCameraNV(). by adding it to the objects OnWorkStart(), (this is my assumption on the what the correct approach would be) however now i need to reference the class DayZPlayerCameraBase for it to recognize the camera related stuff. How do a reference a class,that is not called directly in my class?
×