1. Ive seen plugins using the method ClientRPCPlayer, and have had little to no luck finding any documentation at all as to how this function actually works.

    ClientRPCPlayer takes a string, funcName, but there is nowhere that ive found with a list of function names.

    Ive attempted to search through Assemble-CSharp, but again there is no info as to what functions are available.

    The "documentation" within Assembly-CSharp is lacking, as with SetPlayerFlag.

    SetPlayerFlag takes 2 parameters, a PlayerFlag, and a boolean, labeled 'b' in the definition.
    What is 'b'?

    Is there a place to find more information on what individual functions do? Or is it just copy what other mod makers do?

    Thanks.
     
  2. Wulf

    Wulf Community Admin

    The "documentation" doesn't exist for the game, as the game is being deobfuscated when you view it and we do not document every aspect and method of every game we support. Using methods and such directly from games is generally a trial and error sort of thing, asking for info, or looking at existing plugins and seeing what they do.