Results 1 to 4 of 4

Thread: Procedure descriptions

  1. #1
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Procedure descriptions

    Hey all,

    I've been looking through a number of scripts and am having trouble finding what some of the procedures do/mean such as their description.
    From the Simba program files I've been able to find these.. however, when I want to look for different procedures I have to find the procedures manually.
    I was wondering if there was a more simple way to find various function descriptions or if this is the way to do it.

    Cheers

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    check the github examples folder(s); those tend to have some useful examples for procedures/functions. There's also the docs.

  3. #3
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Look inside of the SRL include while having Simba open or press CTRL and then click on the function/procedure that's part of the SRL include within your script to see the code.

    http://docs.villavu.com/simba/ < This might also help.
    EDIT: Not might. It will help. A lot.

  4. #4
    Join Date
    Feb 2013
    Location
    Australia
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah fantastic!
    Thanks guys (for the quick response also), I was actually on that link last week but clearly didn't realise how useful it was :P

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •