📱
APhone
  • What is APhone ?
  • Installation
    • Workshop
    • Configuration ( Lua part )
    • Configuration ( In-game )
  • How you make your own apps
    • Create your first app
    • App functions
    • App Metas
    • Tips you NEED to know
  • API ( Clientside )
    • Parameters ( Clientside )
    • UI - General Functions
    • UI - Required Functions
    • UI - Colors
    • UI - Fonts
    • UI - Web/Imgur Pictures
    • UI - Renderview
    • UI - Stencils
    • UI - Panels
    • Notifications
    • Rotate functions
  • API ( Shared )
    • Numbers
  • API - App Specific
    • Contacts ( Clientside )
    • Messages ( Clientside )
    • Bank ( Shared )
Powered by GitBook
On this page
  • aphone.Stencils.Start()
  • aphone.Stencils.AfterMask(bool ext)
  • aphone.Stencils.End()

Was this helpful?

  1. API ( Clientside )

UI - Stencils

Stencil helper library

You can't use this library when you are not in a app. This will make display issues.

aphone.Stencils.Start()

Draw you mask after calling this function

aphone.Stencils.AfterMask(bool ext)

Draw the thing you want after this. Ext will invert the mask

aphone.Stencils.End()

Call this after the end

PreviousUI - RenderviewNextUI - Panels

Last updated 4 years ago

Was this helpful?