Revision Difference
CEffectData:SetFlags#527633
<function name="SetFlags" parent="CEffectData" type="classfunc">
<description>
Sets the flags of the effect.
⤶
<note>This is internally stored as an integer, but only the first 8 bits will be networked.</note>
⤶
<note>Internally stored as an integer, but only first 8 bits are networked, effectively limiting this function to 0-255 range.</note>
</description>
<realm>Shared</realm>
<args>
<arg name="flags" type="number">The flags of the effect. Each effect has their own flags.</arg>
</args>
</function>