Exemplo n.º 1
0
    //////////////////////////////////////////
    /// GetModification()
    /// Returns the modification for the
    /// incoming key of this effect.
    //////////////////////////////////////////
    public int GetModification(string i_strKey)
    {
        int nMod = m_data.GetModification(i_strKey);

        return(nMod);
    }